Html Css Color HEX #66AB99 Keppel

📋 copy color: '#66AB99'

red 102 ◦ green 171 ◦ blue 153

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

Shades of Keppel #66AB99

Tints of Keppel #66AB99

RGB

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

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

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

R = 23.94%
G = 40.14%
B = 35.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#66AB99 (or 0x66AB99) is known color: Keppel. HEX triplet: 66, AB and 99. RGB value is (102,171,153). Sum of RGB (Red+Green+Blue) = 102+171+153=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB99 is #995466. Grayscale: #949494. Windows color (decimal): -10048615 or 10070886. OLE color: 10070886.

HSL color Cylindrical-coordinate representation of color #66AB99: hue angle of 164.35º 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 #66AB99 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 153 -
CMYK 0.40 0 0.11 0.33
HSL 164.35º 0.29% 0.54% -
HSV(B) 164.35º 0.4% 0.67% -
XYZ 25.79 34.25 35.39 -
YUV 148.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 102 171 153 0.40 0 0.11 0.33 164.35 0.29 0.54
Hex 66 AB 99 28 0 B 21 A4 1D 36
Octal 146 253 231 50 0 13 41 244 35 66
Binary 1100110 10101011 10011001 101000 0 1011 100001 10100100 11101 110110

Color Harmonies of #66AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB99

Black with #66AB99

Text Example


Text Example

White with #66AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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