Html Css Color HEX #228E93 Java

📋 copy color: '#228E93'

red 34 ◦ green 142 ◦ blue 147

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

Shades of Java #228E93

Tints of Java #228E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 10.53%
G = 43.96%
B = 45.51%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228E93 (or 0x228E93) is known color: Java. HEX triplet: 22, 8E and 93. RGB value is (34,142,147). Sum of RGB (Red+Green+Blue) = 34+142+147=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #228E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E93 is #DD716C. Grayscale: #6E6E6E. Windows color (decimal): -14512493 or 9670178. OLE color: 9670178.

HSL color Cylindrical-coordinate representation of color #228E93: hue angle of 182.65º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228E93 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 142 147 -
CMYK 0.77 0.03 0 0.42
HSL 182.65º 0.62% 0.35% -
HSV(B) 182.65º 0.77% 0.58% -
XYZ 15.6 21.79 30.99 -
YUV 110.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 34 142 147 0.77 0.03 0 0.42 182.65 0.62 0.35
Hex 22 8E 93 4D 3 0 2A B7 3E 23
Octal 42 216 223 115 3 0 52 267 76 43
Binary 100010 10001110 10010011 1001101 11 0 101010 10110111 111110 100011

Color Harmonies of #228E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E93

Black with #228E93

Text Example


Text Example

White with #228E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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