Html Css Color HEX #228E96 Java

📋 copy color: '#228E96'

red 34 ◦ green 142 ◦ blue 150

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

Shades of Java #228E96

Tints of Java #228E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.56%

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

R = 10.43%
G = 43.56%
B = 46.01%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#228E96 (or 0x228E96) is known color: Java. HEX triplet: 22, 8E and 96. RGB value is (34,142,150). Sum of RGB (Red+Green+Blue) = 34+142+150=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #228E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E96 is #DD7169. Grayscale: #6E6E6E. Windows color (decimal): -14512490 or 9866786. OLE color: 9866786.

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

Color convert

RGB 34 142 150 -
CMYK 0.77 0.05 0 0.41
HSL 184.14º 0.63% 0.36% -
HSV(B) 184.14º 0.77% 0.59% -
XYZ 15.84 21.89 32.24 -
YUV 110.62 150.22 73.35 -
System Red Green Blue C M Y K H S L
Decimal 34 142 150 0.77 0.05 0 0.41 184.14 0.63 0.36
Hex 22 8E 96 4D 5 0 29 B8 3F 24
Octal 42 216 226 115 5 0 51 270 77 44
Binary 100010 10001110 10010110 1001101 101 0 101001 10111000 111111 100100

Color Harmonies of #228E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E96

Black with #228E96

Text Example


Text Example

White with #228E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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