Html Css Color HEX #66B3A0 Keppel

📋 copy color: '#66B3A0'

red 102 ◦ green 179 ◦ blue 160

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

Shades of Keppel #66B3A0

Tints of Keppel #66B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 23.13%
G = 40.59%
B = 36.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#66B3A0 (or 0x66B3A0) is known color: Keppel. HEX triplet: 66, B3 and A0. RGB value is (102,179,160). Sum of RGB (Red+Green+Blue) = 102+179+160=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #66B3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B3A0 is #994C5F. Grayscale: #999999. Windows color (decimal): -10046560 or 10531686. OLE color: 10531686.

HSL color Cylindrical-coordinate representation of color #66B3A0: hue angle of 165.19º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B3A0 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 160 -
CMYK 0.43 0 0.11 0.30
HSL 165.19º 0.34% 0.55% -
HSV(B) 165.19º 0.43% 0.7% -
XYZ 27.94 37.6 39.04 -
YUV 153.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 102 179 160 0.43 0 0.11 0.30 165.19 0.34 0.55
Hex 66 B3 A0 2B 0 B 1E A5 22 37
Octal 146 263 240 53 0 13 36 245 42 67
Binary 1100110 10110011 10100000 101011 0 1011 11110 10100101 100010 110111

Color Harmonies of #66B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B3A0

Black with #66B3A0

Text Example


Text Example

White with #66B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,179,160); }

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

background-color css

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

 a { background-color: rgb(102,179,160); }

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

border-color css

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

 span { border-color: rgb(102,179,160); }

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