Html Css Color HEX #66BA99 Keppel

📋 copy color: '#66BA99'

red 102 ◦ green 186 ◦ blue 153

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

Shades of Keppel #66BA99

Tints of Keppel #66BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

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

R = 23.13%
G = 42.18%
B = 34.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#66BA99 (or 0x66BA99) is known color: Keppel. HEX triplet: 66, BA and 99. RGB value is (102,186,153). Sum of RGB (Red+Green+Blue) = 102+186+153=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BA99 is #994566. Grayscale: #9D9D9D. Windows color (decimal): -10044775 or 10074726. OLE color: 10074726.

HSL color Cylindrical-coordinate representation of color #66BA99: hue angle of 156.43º degrees, saturation: 0.38, 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 #66BA99 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 153 -
CMYK 0.45 0 0.18 0.27
HSL 156.43º 0.38% 0.56% -
HSV(B) 156.43º 0.45% 0.73% -
XYZ 28.79 40.24 36.39 -
YUV 157.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 102 186 153 0.45 0 0.18 0.27 156.43 0.38 0.56
Hex 66 BA 99 2D 0 12 1B 9C 26 38
Octal 146 272 231 55 0 22 33 234 46 70
Binary 1100110 10111010 10011001 101101 0 10010 11011 10011100 100110 111000

Color Harmonies of #66BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA99

Black with #66BA99

Text Example


Text Example

White with #66BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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