Html Css Color HEX #66C1A0 Keppel

📋 copy color: '#66C1A0'

red 102 ◦ green 193 ◦ blue 160

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

Shades of Keppel #66C1A0

Tints of Keppel #66C1A0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

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

R = 22.42%
G = 42.42%
B = 35.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#66C1A0 (or 0x66C1A0) is known color: Keppel. HEX triplet: 66, C1 and A0. RGB value is (102,193,160). Sum of RGB (Red+Green+Blue) = 102+193+160=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C1A0 is #993E5F. Grayscale: #A2A2A2. Windows color (decimal): -10042976 or 10535270. OLE color: 10535270.

HSL color Cylindrical-coordinate representation of color #66C1A0: hue angle of 158.24º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C1A0 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 160 -
CMYK 0.47 0 0.17 0.24
HSL 158.24º 0.42% 0.58% -
HSV(B) 158.24º 0.47% 0.76% -
XYZ 30.89 43.5 40.03 -
YUV 162.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 102 193 160 0.47 0 0.17 0.24 158.24 0.42 0.58
Hex 66 C1 A0 2F 0 11 18 9E 2A 3A
Octal 146 301 240 57 0 21 30 236 52 72
Binary 1100110 11000001 10100000 101111 0 10001 11000 10011110 101010 111010

Color Harmonies of #66C1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C1A0

Black with #66C1A0

Text Example


Text Example

White with #66C1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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