Html Css Color HEX #228E90 Java

📋 copy color: '#228E90'

red 34 ◦ green 142 ◦ blue 144

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

Shades of Java #228E90

Tints of Java #228E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45%

R = 10.63%
G = 44.38%
B = 45%

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

#228E90 (or 0x228E90) is known color: Java. HEX triplet: 22, 8E and 90. RGB value is (34,142,144). Sum of RGB (Red+Green+Blue) = 34+142+144=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #228E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E90 is #DD716F. Grayscale: #6D6D6D. Windows color (decimal): -14512496 or 9473570. OLE color: 9473570.

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

Color convert

RGB 34 142 144 -
CMYK 0.76 0.01 0 0.44
HSL 181.09º 0.62% 0.35% -
HSV(B) 181.09º 0.76% 0.56% -
XYZ 15.37 21.7 29.76 -
YUV 109.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 34 142 144 0.76 0.01 0 0.44 181.09 0.62 0.35
Hex 22 8E 90 4C 1 0 2C B5 3E 23
Octal 42 216 220 114 1 0 54 265 76 43
Binary 100010 10001110 10010000 1001100 1 0 101100 10110101 111110 100011

Color Harmonies of #228E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E90

Black with #228E90

Text Example


Text Example

White with #228E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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