Html Css Color HEX #228996 Java

📋 copy color: '#228996'

red 34 ◦ green 137 ◦ blue 150

#228996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #228996

Tints of Java #228996

RGB

 RED value IS 34 (13.67% from 255) = 10.59%

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 10.59%
G = 42.68%
B = 46.73%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#228996 (or 0x228996) is known color: Java. HEX triplet: 22, 89 and 96. RGB value is (34,137,150). Sum of RGB (Red+Green+Blue) = 34+137+150=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #228996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228996 is #DD7669. Grayscale: #6B6B6B. Windows color (decimal): -14513770 or 9865506. OLE color: 9865506.

HSL color Cylindrical-coordinate representation of color #228996: hue angle of 186.72º 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 #228996 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 137 150 -
CMYK 0.77 0.09 0 0.41
HSL 186.72º 0.63% 0.36% -
HSV(B) 186.72º 0.77% 0.59% -
XYZ 15.11 20.43 32 -
YUV 107.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 34 137 150 0.77 0.09 0 0.41 186.72 0.63 0.36
Hex 22 89 96 4D 9 0 29 BB 3F 24
Octal 42 211 226 115 11 0 51 273 77 44
Binary 100010 10001001 10010110 1001101 1001 0 101001 10111011 111111 100100

Color Harmonies of #228996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228996

Black with #228996

Text Example


Text Example

White with #228996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228996; }

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

 H1.HeaderClassName
 {
   color: #228996;
 }
 .AnyTagClassName
 {
   color: #228996;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #228996;
 }
 .BgClassName
 {
   background-color: #228996;
 }
</style>

border-color css

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

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

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