Html Css Color HEX #55AF96 Keppel

📋 copy color: '#55AF96'

red 85 ◦ green 175 ◦ blue 150

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

Shades of Keppel #55AF96

Tints of Keppel #55AF96

RGB

 RED value IS 85 (33.59% from 255) = 20.73%

 GREEN value IS 175 (68.75% from 255) = 42.68%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 20.73%
G = 42.68%
B = 36.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#55AF96 (or 0x55AF96) is known color: Keppel. HEX triplet: 55, AF and 96. RGB value is (85,175,150). Sum of RGB (Red+Green+Blue) = 85+175+150=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF96 is #AA5069. Grayscale: #919191. Windows color (decimal): -11161706 or 9875285. OLE color: 9875285.

HSL color Cylindrical-coordinate representation of color #55AF96: hue angle of 163.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF96 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 150 -
CMYK 0.51 0 0.14 0.31
HSL 163.33º 0.36% 0.51% -
HSV(B) 163.33º 0.51% 0.69% -
XYZ 24.58 34.79 34.27 -
YUV 145.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 85 175 150 0.51 0 0.14 0.31 163.33 0.36 0.51
Hex 55 AF 96 33 0 E 1F A3 24 33
Octal 125 257 226 63 0 16 37 243 44 63
Binary 1010101 10101111 10010110 110011 0 1110 11111 10100011 100100 110011

Color Harmonies of #55AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF96

Black with #55AF96

Text Example


Text Example

White with #55AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AF96; }

 p { color: rgb(85,175,150); }

 H1.HeaderClassName
 {
   color: #55AF96;
 }
 .AnyTagClassName
 {
   color: #55AF96;
 }
</style>

background-color css

<style>
 a { background-color: #55AF96; }

 a { background-color: rgb(85,175,150); }

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

border-color css

<style>
 span { border-color: #55AF96; }

 span { border-color: rgb(85,175,150); }

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