Html Css Color HEX #66A99A Keppel

📋 copy color: '#66A99A'

red 102 ◦ green 169 ◦ blue 154

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

Shades of Keppel #66A99A

Tints of Keppel #66A99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 24%
G = 39.76%
B = 36.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#66A99A (or 0x66A99A) is known color: Keppel. HEX triplet: 66, A9 and 9A. RGB value is (102,169,154). Sum of RGB (Red+Green+Blue) = 102+169+154=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #66A99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A99A is #995665. Grayscale: #939393. Windows color (decimal): -10049126 or 10135910. OLE color: 10135910.

HSL color Cylindrical-coordinate representation of color #66A99A: hue angle of 166.57º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A99A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 154 -
CMYK 0.40 0 0.09 0.34
HSL 166.57º 0.28% 0.53% -
HSV(B) 166.57º 0.4% 0.66% -
XYZ 25.5 33.53 35.7 -
YUV 147.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 102 169 154 0.40 0 0.09 0.34 166.57 0.28 0.53
Hex 66 A9 9A 28 0 9 22 A7 1C 35
Octal 146 251 232 50 0 11 42 247 34 65
Binary 1100110 10101001 10011010 101000 0 1001 100010 10100111 11100 110101

Color Harmonies of #66A99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A99A

Black with #66A99A

Text Example


Text Example

White with #66A99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,154); }

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

background-color css

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

 a { background-color: rgb(102,169,154); }

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

border-color css

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

 span { border-color: rgb(102,169,154); }

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