Html Css Color HEX #66B99A Keppel

📋 copy color: '#66B99A'

red 102 ◦ green 185 ◦ blue 154

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

Shades of Keppel #66B99A

Tints of Keppel #66B99A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 23.13%
G = 41.95%
B = 34.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#66B99A (or 0x66B99A) is known color: Keppel. HEX triplet: 66, B9 and 9A. RGB value is (102,185,154). Sum of RGB (Red+Green+Blue) = 102+185+154=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #66B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B99A is #994665. Grayscale: #9C9C9C. Windows color (decimal): -10045030 or 10140006. OLE color: 10140006.

HSL color Cylindrical-coordinate representation of color #66B99A: hue angle of 157.59º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B99A is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 185 154 -
CMYK 0.45 0 0.17 0.27
HSL 157.59º 0.37% 0.56% -
HSV(B) 157.59º 0.45% 0.73% -
XYZ 28.66 39.86 36.75 -
YUV 156.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 102 185 154 0.45 0 0.17 0.27 157.59 0.37 0.56
Hex 66 B9 9A 2D 0 11 1B 9E 25 38
Octal 146 271 232 55 0 21 33 236 45 70
Binary 1100110 10111001 10011010 101101 0 10001 11011 10011110 100101 111000

Color Harmonies of #66B99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B99A

Black with #66B99A

Text Example


Text Example

White with #66B99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,185,154); }

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

background-color css

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

 a { background-color: rgb(102,185,154); }

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

border-color css

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

 span { border-color: rgb(102,185,154); }

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