Html Css Color HEX #66AB96 Keppel

📋 copy color: '#66AB96'

red 102 ◦ green 171 ◦ blue 150

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

Shades of Keppel #66AB96

Tints of Keppel #66AB96

RGB

 RED value IS 102 (40.23% from 255) = 24.11%

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 24.11%
G = 40.43%
B = 35.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#66AB96 (or 0x66AB96) is known color: Keppel. HEX triplet: 66, AB and 96. RGB value is (102,171,150). Sum of RGB (Red+Green+Blue) = 102+171+150=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB96 is #995469. Grayscale: #939393. Windows color (decimal): -10048618 or 9874278. OLE color: 9874278.

HSL color Cylindrical-coordinate representation of color #66AB96: hue angle of 161.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB96 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 150 -
CMYK 0.40 0 0.12 0.33
HSL 161.74º 0.29% 0.54% -
HSV(B) 161.74º 0.4% 0.67% -
XYZ 25.55 34.15 34.1 -
YUV 147.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 102 171 150 0.40 0 0.12 0.33 161.74 0.29 0.54
Hex 66 AB 96 28 0 C 21 A2 1D 36
Octal 146 253 226 50 0 14 41 242 35 66
Binary 1100110 10101011 10010110 101000 0 1100 100001 10100010 11101 110110

Color Harmonies of #66AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB96

Black with #66AB96

Text Example


Text Example

White with #66AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AB96; }

 p { color: rgb(102,171,150); }

 H1.HeaderClassName
 {
   color: #66AB96;
 }
 .AnyTagClassName
 {
   color: #66AB96;
 }
</style>

background-color css

<style>
 a { background-color: #66AB96; }

 a { background-color: rgb(102,171,150); }

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

border-color css

<style>
 span { border-color: #66AB96; }

 span { border-color: rgb(102,171,150); }

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