Html Css Color HEX #66C19F Keppel

📋 copy color: '#66C19F'

red 102 ◦ green 193 ◦ blue 159

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

Shades of Keppel #66C19F

Tints of Keppel #66C19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.02%

R = 22.47%
G = 42.51%
B = 35.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#66C19F (or 0x66C19F) is known color: Keppel. HEX triplet: 66, C1 and 9F. RGB value is (102,193,159). Sum of RGB (Red+Green+Blue) = 102+193+159=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #66C19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C19F is #993E60. Grayscale: #A1A1A1. Windows color (decimal): -10042977 or 10469734. OLE color: 10469734.

HSL color Cylindrical-coordinate representation of color #66C19F: hue angle of 157.58º 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 #66C19F is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 159 -
CMYK 0.47 0 0.18 0.24
HSL 157.58º 0.42% 0.58% -
HSV(B) 157.58º 0.47% 0.76% -
XYZ 30.81 43.47 39.57 -
YUV 161.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 102 193 159 0.47 0 0.18 0.24 157.58 0.42 0.58
Hex 66 C1 9F 2F 0 12 18 9E 2A 3A
Octal 146 301 237 57 0 22 30 236 52 72
Binary 1100110 11000001 10011111 101111 0 10010 11000 10011110 101010 111010

Color Harmonies of #66C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C19F

Black with #66C19F

Text Example


Text Example

White with #66C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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