Html Css Color HEX #66BF9C Keppel

📋 copy color: '#66BF9C'

red 102 ◦ green 191 ◦ blue 156

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

Shades of Keppel #66BF9C

Tints of Keppel #66BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 22.72%
G = 42.54%
B = 34.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#66BF9C (or 0x66BF9C) is known color: Keppel. HEX triplet: 66, BF and 9C. RGB value is (102,191,156). Sum of RGB (Red+Green+Blue) = 102+191+156=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BF9C is #994063. Grayscale: #A0A0A0. Windows color (decimal): -10043492 or 10272614. OLE color: 10272614.

HSL color Cylindrical-coordinate representation of color #66BF9C: hue angle of 156.4º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF9C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 191 156 -
CMYK 0.47 0 0.18 0.25
HSL 156.4º 0.41% 0.57% -
HSV(B) 156.4º 0.47% 0.75% -
XYZ 30.11 42.49 38.07 -
YUV 160.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 102 191 156 0.47 0 0.18 0.25 156.4 0.41 0.57
Hex 66 BF 9C 2F 0 12 19 9C 29 39
Octal 146 277 234 57 0 22 31 234 51 71
Binary 1100110 10111111 10011100 101111 0 10010 11001 10011100 101001 111001

Color Harmonies of #66BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF9C

Black with #66BF9C

Text Example


Text Example

White with #66BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,191,156); }

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

background-color css

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

 a { background-color: rgb(102,191,156); }

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

border-color css

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

 span { border-color: rgb(102,191,156); }

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