Html Css Color HEX #66BDA2 Keppel

📋 copy color: '#66BDA2'

red 102 ◦ green 189 ◦ blue 162

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

Shades of Keppel #66BDA2

Tints of Keppel #66BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

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

R = 22.52%
G = 41.72%
B = 35.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#66BDA2 (or 0x66BDA2) is known color: Keppel. HEX triplet: 66, BD and A2. RGB value is (102,189,162). Sum of RGB (Red+Green+Blue) = 102+189+162=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDA2 is #99425D. Grayscale: #9F9F9F. Windows color (decimal): -10043998 or 10665318. OLE color: 10665318.

HSL color Cylindrical-coordinate representation of color #66BDA2: hue angle of 161.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDA2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 189 162 -
CMYK 0.46 0 0.14 0.26
HSL 161.38º 0.4% 0.57% -
HSV(B) 161.38º 0.46% 0.74% -
XYZ 30.2 41.83 40.66 -
YUV 159.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 102 189 162 0.46 0 0.14 0.26 161.38 0.4 0.57
Hex 66 BD A2 2E 0 E 1A A1 28 39
Octal 146 275 242 56 0 16 32 241 50 71
Binary 1100110 10111101 10100010 101110 0 1110 11010 10100001 101000 111001

Color Harmonies of #66BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDA2

Black with #66BDA2

Text Example


Text Example

White with #66BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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