Html Css Color HEX #228C97 Java

📋 copy color: '#228C97'

red 34 ◦ green 140 ◦ blue 151

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

Shades of Java #228C97

Tints of Java #228C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 10.46%
G = 43.08%
B = 46.46%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#228C97 (or 0x228C97) is known color: Java. HEX triplet: 22, 8C and 97. RGB value is (34,140,151). Sum of RGB (Red+Green+Blue) = 34+140+151=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #228C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C97 is #DD7368. Grayscale: #6D6D6D. Windows color (decimal): -14513001 or 9931810. OLE color: 9931810.

HSL color Cylindrical-coordinate representation of color #228C97: hue angle of 185.64º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228C97 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 140 151 -
CMYK 0.77 0.07 0 0.41
HSL 185.64º 0.63% 0.36% -
HSV(B) 185.64º 0.77% 0.59% -
XYZ 15.62 21.33 32.57 -
YUV 109.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 34 140 151 0.77 0.07 0 0.41 185.64 0.63 0.36
Hex 22 8C 97 4D 7 0 29 BA 3F 24
Octal 42 214 227 115 7 0 51 272 77 44
Binary 100010 10001100 10010111 1001101 111 0 101001 10111010 111111 100100

Color Harmonies of #228C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C97

Black with #228C97

Text Example


Text Example

White with #228C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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