Html Css Color HEX #66BEA0 Keppel

📋 copy color: '#66BEA0'

red 102 ◦ green 190 ◦ blue 160

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

Shades of Keppel #66BEA0

Tints of Keppel #66BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

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

R = 22.57%
G = 42.04%
B = 35.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#66BEA0 (or 0x66BEA0) is known color: Keppel. HEX triplet: 66, BE and A0. RGB value is (102,190,160). Sum of RGB (Red+Green+Blue) = 102+190+160=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BEA0 is #99415F. Grayscale: #A0A0A0. Windows color (decimal): -10043744 or 10534502. OLE color: 10534502.

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

Color convert

RGB 102 190 160 -
CMYK 0.46 0 0.16 0.25
HSL 159.55º 0.4% 0.57% -
HSV(B) 159.55º 0.46% 0.75% -
XYZ 30.24 42.19 39.81 -
YUV 160.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 102 190 160 0.46 0 0.16 0.25 159.55 0.4 0.57
Hex 66 BE A0 2E 0 10 19 A0 28 39
Octal 146 276 240 56 0 20 31 240 50 71
Binary 1100110 10111110 10100000 101110 0 10000 11001 10100000 101000 111001

Color Harmonies of #66BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BEA0

Black with #66BEA0

Text Example


Text Example

White with #66BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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