Html Css Color HEX #66AB98 Keppel

📋 copy color: '#66AB98'

red 102 ◦ green 171 ◦ blue 152

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

Shades of Keppel #66AB98

Tints of Keppel #66AB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 24%
G = 40.24%
B = 35.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#66AB98 (or 0x66AB98) is known color: Keppel. HEX triplet: 66, AB and 98. RGB value is (102,171,152). Sum of RGB (Red+Green+Blue) = 102+171+152=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB98 is #995467. Grayscale: #949494. Windows color (decimal): -10048616 or 10005350. OLE color: 10005350.

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

Color convert

RGB 102 171 152 -
CMYK 0.40 0 0.11 0.33
HSL 163.48º 0.29% 0.54% -
HSV(B) 163.48º 0.4% 0.67% -
XYZ 25.71 34.22 34.96 -
YUV 148.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 102 171 152 0.40 0 0.11 0.33 163.48 0.29 0.54
Hex 66 AB 98 28 0 B 21 A3 1D 36
Octal 146 253 230 50 0 13 41 243 35 66
Binary 1100110 10101011 10011000 101000 0 1011 100001 10100011 11101 110110

Color Harmonies of #66AB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB98

Black with #66AB98

Text Example


Text Example

White with #66AB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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