Html Css Color HEX #66AB94 Keppel

📋 copy color: '#66AB94'

red 102 ◦ green 171 ◦ blue 148

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

Shades of Keppel #66AB94

Tints of Keppel #66AB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 24.23%
G = 40.62%
B = 35.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#66AB94 (or 0x66AB94) is known color: Keppel. HEX triplet: 66, AB and 94. RGB value is (102,171,148). Sum of RGB (Red+Green+Blue) = 102+171+148=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB94 is #99546B. Grayscale: #939393. Windows color (decimal): -10048620 or 9743206. OLE color: 9743206.

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

Color convert

RGB 102 171 148 -
CMYK 0.40 0 0.13 0.33
HSL 160º 0.29% 0.54% -
HSV(B) 160º 0.4% 0.67% -
XYZ 25.39 34.09 33.26 -
YUV 147.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 102 171 148 0.40 0 0.13 0.33 160 0.29 0.54
Hex 66 AB 94 28 0 D 21 A0 1D 36
Octal 146 253 224 50 0 15 41 240 35 66
Binary 1100110 10101011 10010100 101000 0 1101 100001 10100000 11101 110110

Color Harmonies of #66AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB94

Black with #66AB94

Text Example


Text Example

White with #66AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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