Html Css Color HEX #228C93 Java

📋 copy color: '#228C93'

red 34 ◦ green 140 ◦ blue 147

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

Shades of Java #228C93

Tints of Java #228C93

RGB

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

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

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

R = 10.59%
G = 43.61%
B = 45.79%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228C93 (or 0x228C93) is known color: Java. HEX triplet: 22, 8C and 93. RGB value is (34,140,147). Sum of RGB (Red+Green+Blue) = 34+140+147=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #228C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C93 is #DD736C. Grayscale: #6C6C6C. Windows color (decimal): -14513005 or 9669666. OLE color: 9669666.

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

Color convert

RGB 34 140 147 -
CMYK 0.77 0.05 0 0.42
HSL 183.72º 0.62% 0.35% -
HSV(B) 183.72º 0.77% 0.58% -
XYZ 15.3 21.2 30.89 -
YUV 109.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 34 140 147 0.77 0.05 0 0.42 183.72 0.62 0.35
Hex 22 8C 93 4D 5 0 2A B8 3E 23
Octal 42 214 223 115 5 0 52 270 76 43
Binary 100010 10001100 10010011 1001101 101 0 101010 10111000 111110 100011

Color Harmonies of #228C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C93

Black with #228C93

Text Example


Text Example

White with #228C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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