Html Css Color HEX #228C92 Java

📋 copy color: '#228C92'

red 34 ◦ green 140 ◦ blue 146

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

Shades of Java #228C92

Tints of Java #228C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 10.63%
G = 43.75%
B = 45.63%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#228C92 (or 0x228C92) is known color: Java. HEX triplet: 22, 8C and 92. RGB value is (34,140,146). Sum of RGB (Red+Green+Blue) = 34+140+146=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #228C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C92 is #DD736D. Grayscale: #6C6C6C. Windows color (decimal): -14513006 or 9604130. OLE color: 9604130.

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

Color convert

RGB 34 140 146 -
CMYK 0.77 0.04 0 0.43
HSL 183.21º 0.62% 0.35% -
HSV(B) 183.21º 0.77% 0.57% -
XYZ 15.23 21.17 30.48 -
YUV 108.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 34 140 146 0.77 0.04 0 0.43 183.21 0.62 0.35
Hex 22 8C 92 4D 4 0 2B B7 3E 23
Octal 42 214 222 115 4 0 53 267 76 43
Binary 100010 10001100 10010010 1001101 100 0 101011 10110111 111110 100011

Color Harmonies of #228C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C92

Black with #228C92

Text Example


Text Example

White with #228C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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