Html Css Color HEX #66B399 Keppel

📋 copy color: '#66B399'

red 102 ◦ green 179 ◦ blue 153

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

Shades of Keppel #66B399

Tints of Keppel #66B399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 23.5%
G = 41.24%
B = 35.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#66B399 (or 0x66B399) is known color: Keppel. HEX triplet: 66, B3 and 99. RGB value is (102,179,153). Sum of RGB (Red+Green+Blue) = 102+179+153=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #66B399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B399 is #994C66. Grayscale: #999999. Windows color (decimal): -10046567 or 10072934. OLE color: 10072934.

HSL color Cylindrical-coordinate representation of color #66B399: hue angle of 159.74º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B399 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 153 -
CMYK 0.43 0 0.15 0.30
HSL 159.74º 0.34% 0.55% -
HSV(B) 159.74º 0.43% 0.7% -
XYZ 27.35 37.36 35.91 -
YUV 153.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 102 179 153 0.43 0 0.15 0.30 159.74 0.34 0.55
Hex 66 B3 99 2B 0 F 1E A0 22 37
Octal 146 263 231 53 0 17 36 240 42 67
Binary 1100110 10110011 10011001 101011 0 1111 11110 10100000 100010 110111

Color Harmonies of #66B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B399

Black with #66B399

Text Example


Text Example

White with #66B399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,179,153); }

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

background-color css

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

 a { background-color: rgb(102,179,153); }

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

border-color css

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

 span { border-color: rgb(102,179,153); }

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