Html Css Color HEX #66AD9C Keppel

📋 copy color: '#66AD9C'

red 102 ◦ green 173 ◦ blue 156

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

Shades of Keppel #66AD9C

Tints of Keppel #66AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 23.67%
G = 40.14%
B = 36.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#66AD9C (or 0x66AD9C) is known color: Keppel. HEX triplet: 66, AD and 9C. RGB value is (102,173,156). Sum of RGB (Red+Green+Blue) = 102+173+156=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD9C is #995263. Grayscale: #959595. Windows color (decimal): -10048100 or 10268006. OLE color: 10268006.

HSL color Cylindrical-coordinate representation of color #66AD9C: hue angle of 165.63º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD9C is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 156 -
CMYK 0.41 0 0.10 0.32
HSL 165.63º 0.3% 0.54% -
HSV(B) 165.63º 0.41% 0.68% -
XYZ 26.42 35.11 36.84 -
YUV 149.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 102 173 156 0.41 0 0.10 0.32 165.63 0.3 0.54
Hex 66 AD 9C 29 0 A 20 A6 1E 36
Octal 146 255 234 51 0 12 40 246 36 66
Binary 1100110 10101101 10011100 101001 0 1010 100000 10100110 11110 110110

Color Harmonies of #66AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD9C

Black with #66AD9C

Text Example


Text Example

White with #66AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,156); }

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

background-color css

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

 a { background-color: rgb(102,173,156); }

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

border-color css

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

 span { border-color: rgb(102,173,156); }

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