Html Css Color HEX #66B4A2 Keppel

📋 copy color: '#66B4A2'

red 102 ◦ green 180 ◦ blue 162

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

Shades of Keppel #66B4A2

Tints of Keppel #66B4A2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 162 (63.67% from 255) = 36.49%

R = 22.97%
G = 40.54%
B = 36.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#66B4A2 (or 0x66B4A2) is known color: Keppel. HEX triplet: 66, B4 and A2. RGB value is (102,180,162). Sum of RGB (Red+Green+Blue) = 102+180+162=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #66B4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B4A2 is #994B5D. Grayscale: #9A9A9A. Windows color (decimal): -10046302 or 10663014. OLE color: 10663014.

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

Color convert

RGB 102 180 162 -
CMYK 0.43 0 0.1 0.29
HSL 166.15º 0.34% 0.55% -
HSV(B) 166.15º 0.43% 0.71% -
XYZ 28.32 38.08 40.04 -
YUV 154.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 102 180 162 0.43 0 0.1 0.29 166.15 0.34 0.55
Hex 66 B4 A2 2B 0 A 1D A6 22 37
Octal 146 264 242 53 0 12 35 246 42 67
Binary 1100110 10110100 10100010 101011 0 1010 11101 10100110 100010 110111

Color Harmonies of #66B4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B4A2

Black with #66B4A2

Text Example


Text Example

White with #66B4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,180,162); }

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

background-color css

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

 a { background-color: rgb(102,180,162); }

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

border-color css

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

 span { border-color: rgb(102,180,162); }

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