Html Css Color HEX #66BD9E Keppel

📋 copy color: '#66BD9E'

red 102 ◦ green 189 ◦ blue 158

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

Shades of Keppel #66BD9E

Tints of Keppel #66BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 22.72%
G = 42.09%
B = 35.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#66BD9E (or 0x66BD9E) is known color: Keppel. HEX triplet: 66, BD and 9E. RGB value is (102,189,158). Sum of RGB (Red+Green+Blue) = 102+189+158=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BD9E is #994261. Grayscale: #9F9F9F. Windows color (decimal): -10044002 or 10403174. OLE color: 10403174.

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

Color convert

RGB 102 189 158 -
CMYK 0.46 0 0.16 0.26
HSL 158.62º 0.4% 0.57% -
HSV(B) 158.62º 0.46% 0.74% -
XYZ 29.85 41.69 38.82 -
YUV 159.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 102 189 158 0.46 0 0.16 0.26 158.62 0.4 0.57
Hex 66 BD 9E 2E 0 10 1A 9F 28 39
Octal 146 275 236 56 0 20 32 237 50 71
Binary 1100110 10111101 10011110 101110 0 10000 11010 10011111 101000 111001

Color Harmonies of #66BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD9E

Black with #66BD9E

Text Example


Text Example

White with #66BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,158); }

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

background-color css

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

 a { background-color: rgb(102,189,158); }

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

border-color css

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

 span { border-color: rgb(102,189,158); }

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