#228F96

Color #228F96 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #228F96

Tints of Java #228F96

Color information

#228F96 (or 0x228F96) is unknown color: approx Java. HEX triplet: 22, 8F and 96. RGB value is (34,143,150). Sum of RGB (Red+Green+Blue) = 34+143+150=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #228F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228F96 is #DD7069. Grayscale: #6F6F6F. Windows color (decimal): -14512234 or 9867042. OLE color: 9867042.

HSL color Cylindrical-coordinate representation of color #228F96: hue angle of 183.62º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228F96 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB34143150-
CMYK0.770.0500.41
HSL183.62º63.04%36.08%-
HSV(B)183.62º77.33%58.82%-
XYZ15.9922.1932.29-
YUV111.21149.8972.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.40%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=10.40%
G=43.73%
B=45.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341431500.770.0500.41183.6263.0436.08
Hex228F964D5029b83f24
Octal4221722611550512707744
Binary10001010001111100101101001101101010100110111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228F96; }

 p { color: rgb(34,143,150); }

 H1.HeaderClassName
 {
   color: #228F96;
 }
 .AnyTagClassName
 {
   color: #228F96;
 }
</style>
background-color css

<style>
 a { background-color: #228F96; }

 a { background-color: rgb(34,143,150); }

 div.DivClassName
 {
   background-color: #228F96;
 }
 .BgClassName
 {
   background-color: #228F96;
 }
</style>
border-color css

<style>
 span { border-color: #228F96; }

 span { border-color: rgb(34,143,150); }

 td.TdClassName
 {
   border-color: #228F96;
 }
 .TagClassName
 {
   border-color: #228F96;
 }
</style>