Html Css Color HEX #66BCA0 Keppel

📋 copy color: '#66BCA0'

red 102 ◦ green 188 ◦ blue 160

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

Shades of Keppel #66BCA0

Tints of Keppel #66BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

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

R = 22.67%
G = 41.78%
B = 35.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#66BCA0 (or 0x66BCA0) is known color: Keppel. HEX triplet: 66, BC and A0. RGB value is (102,188,160). Sum of RGB (Red+Green+Blue) = 102+188+160=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCA0 is #99435F. Grayscale: #9F9F9F. Windows color (decimal): -10044256 or 10533990. OLE color: 10533990.

HSL color Cylindrical-coordinate representation of color #66BCA0: hue angle of 160.47º degrees, saturation: 0.39, 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 #66BCA0 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 160 -
CMYK 0.46 0 0.15 0.26
HSL 160.47º 0.39% 0.57% -
HSV(B) 160.47º 0.46% 0.74% -
XYZ 29.81 41.33 39.66 -
YUV 159.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 102 188 160 0.46 0 0.15 0.26 160.47 0.39 0.57
Hex 66 BC A0 2E 0 F 1A A0 27 39
Octal 146 274 240 56 0 17 32 240 47 71
Binary 1100110 10111100 10100000 101110 0 1111 11010 10100000 100111 111001

Color Harmonies of #66BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCA0

Black with #66BCA0

Text Example


Text Example

White with #66BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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