Html Css Color HEX #66AD9E Keppel

📋 copy color: '#66AD9E'

red 102 ◦ green 173 ◦ blue 158

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

Shades of Keppel #66AD9E

Tints of Keppel #66AD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 23.56%
G = 39.95%
B = 36.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#66AD9E (or 0x66AD9E) is known color: Keppel. HEX triplet: 66, AD and 9E. RGB value is (102,173,158). Sum of RGB (Red+Green+Blue) = 102+173+158=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD9E is #995261. Grayscale: #969696. Windows color (decimal): -10048098 or 10399078. OLE color: 10399078.

HSL color Cylindrical-coordinate representation of color #66AD9E: hue angle of 167.32º 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 #66AD9E is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 158 -
CMYK 0.41 0 0.09 0.32
HSL 167.32º 0.3% 0.54% -
HSV(B) 167.32º 0.41% 0.68% -
XYZ 26.59 35.18 37.74 -
YUV 150.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 102 173 158 0.41 0 0.09 0.32 167.32 0.3 0.54
Hex 66 AD 9E 29 0 9 20 A7 1E 36
Octal 146 255 236 51 0 11 40 247 36 66
Binary 1100110 10101101 10011110 101001 0 1001 100000 10100111 11110 110110

Color Harmonies of #66AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD9E

Black with #66AD9E

Text Example


Text Example

White with #66AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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