Html Css Color HEX #228C8E Java

📋 copy color: '#228C8E'

red 34 ◦ green 140 ◦ blue 142

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

Shades of Java #228C8E

Tints of Java #228C8E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.3%

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 10.76%
G = 44.3%
B = 44.94%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#228C8E (or 0x228C8E) is known color: Java. HEX triplet: 22, 8C and 8E. RGB value is (34,140,142). Sum of RGB (Red+Green+Blue) = 34+140+142=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #228C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C8E is #DD7371. Grayscale: #6C6C6C. Windows color (decimal): -14513010 or 9341986. OLE color: 9341986.

HSL color Cylindrical-coordinate representation of color #228C8E: hue angle of 181.11º 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 #228C8E is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 140 142 -
CMYK 0.76 0.01 0 0.44
HSL 181.11º 0.61% 0.35% -
HSV(B) 181.11º 0.76% 0.56% -
XYZ 14.92 21.05 28.87 -
YUV 108.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 34 140 142 0.76 0.01 0 0.44 181.11 0.61 0.35
Hex 22 8C 8E 4C 1 0 2C B5 3D 23
Octal 42 214 216 114 1 0 54 265 75 43
Binary 100010 10001100 10001110 1001100 1 0 101100 10110101 111101 100011

Color Harmonies of #228C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C8E

Black with #228C8E

Text Example


Text Example

White with #228C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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