Html Css Color HEX #228E8B Java

📋 copy color: '#228E8B'

red 34 ◦ green 142 ◦ blue 139

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

Shades of Java #228E8B

Tints of Java #228E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 10.79%
G = 45.08%
B = 44.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#228E8B (or 0x228E8B) is known color: Java. HEX triplet: 22, 8E and 8B. RGB value is (34,142,139). Sum of RGB (Red+Green+Blue) = 34+142+139=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #228E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E8B is #DD7174. Grayscale: #6D6D6D. Windows color (decimal): -14512501 or 9145890. OLE color: 9145890.

HSL color Cylindrical-coordinate representation of color #228E8B: hue angle of 178.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228E8B is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 142 139 -
CMYK 0.76 0 0.02 0.44
HSL 178.33º 0.61% 0.35% -
HSV(B) 178.33º 0.76% 0.56% -
XYZ 14.99 21.55 27.8 -
YUV 109.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 34 142 139 0.76 0 0.02 0.44 178.33 0.61 0.35
Hex 22 8E 8B 4C 0 2 2C B2 3D 23
Octal 42 216 213 114 0 2 54 262 75 43
Binary 100010 10001110 10001011 1001100 0 10 101100 10110010 111101 100011

Color Harmonies of #228E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E8B

Black with #228E8B

Text Example


Text Example

White with #228E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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