Html Css Color HEX #66AC9A Keppel

📋 copy color: '#66AC9A'

red 102 ◦ green 172 ◦ blue 154

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

Shades of Keppel #66AC9A

Tints of Keppel #66AC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

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

R = 23.83%
G = 40.19%
B = 35.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#66AC9A (or 0x66AC9A) is known color: Keppel. HEX triplet: 66, AC and 9A. RGB value is (102,172,154). Sum of RGB (Red+Green+Blue) = 102+172+154=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC9A is #995365. Grayscale: #959595. Windows color (decimal): -10048358 or 10136678. OLE color: 10136678.

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

Color convert

RGB 102 172 154 -
CMYK 0.41 0 0.10 0.33
HSL 164.57º 0.3% 0.54% -
HSV(B) 164.57º 0.41% 0.67% -
XYZ 26.06 34.66 35.89 -
YUV 149.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 102 172 154 0.41 0 0.10 0.33 164.57 0.3 0.54
Hex 66 AC 9A 29 0 A 21 A5 1E 36
Octal 146 254 232 51 0 12 41 245 36 66
Binary 1100110 10101100 10011010 101001 0 1010 100001 10100101 11110 110110

Color Harmonies of #66AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AC9A

Black with #66AC9A

Text Example


Text Example

White with #66AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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