Html Css Color HEX #228C99 Java

📋 copy color: '#228C99'

red 34 ◦ green 140 ◦ blue 153

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

Shades of Java #228C99

Tints of Java #228C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 10.4%
G = 42.81%
B = 46.79%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#228C99 (or 0x228C99) is known color: Java. HEX triplet: 22, 8C and 99. RGB value is (34,140,153). Sum of RGB (Red+Green+Blue) = 34+140+153=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #228C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C99 is #DD7366. Grayscale: #6D6D6D. Windows color (decimal): -14512999 or 10062882. OLE color: 10062882.

HSL color Cylindrical-coordinate representation of color #228C99: hue angle of 186.55º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228C99 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 140 153 -
CMYK 0.78 0.08 0 0.4
HSL 186.55º 0.64% 0.37% -
HSV(B) 186.55º 0.78% 0.6% -
XYZ 15.79 21.4 33.43 -
YUV 109.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 34 140 153 0.78 0.08 0 0.4 186.55 0.64 0.37
Hex 22 8C 99 4E 8 0 28 BB 40 25
Octal 42 214 231 116 10 0 50 273 100 45
Binary 100010 10001100 10011001 1001110 1000 0 101000 10111011 1000000 100101

Color Harmonies of #228C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C99

Black with #228C99

Text Example


Text Example

White with #228C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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