Html Css Color HEX #66BC9B Keppel

📋 copy color: '#66BC9B'

red 102 ◦ green 188 ◦ blue 155

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

Shades of Keppel #66BC9B

Tints of Keppel #66BC9B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 22.92%
G = 42.25%
B = 34.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#66BC9B (or 0x66BC9B) is known color: Keppel. HEX triplet: 66, BC and 9B. RGB value is (102,188,155). Sum of RGB (Red+Green+Blue) = 102+188+155=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC9B is #994364. Grayscale: #9E9E9E. Windows color (decimal): -10044261 or 10206310. OLE color: 10206310.

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

Color convert

RGB 102 188 155 -
CMYK 0.46 0 0.18 0.26
HSL 156.98º 0.39% 0.57% -
HSV(B) 156.98º 0.46% 0.74% -
XYZ 29.38 41.16 37.41 -
YUV 158.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 102 188 155 0.46 0 0.18 0.26 156.98 0.39 0.57
Hex 66 BC 9B 2E 0 12 1A 9D 27 39
Octal 146 274 233 56 0 22 32 235 47 71
Binary 1100110 10111100 10011011 101110 0 10010 11010 10011101 100111 111001

Color Harmonies of #66BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC9B

Black with #66BC9B

Text Example


Text Example

White with #66BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,155); }

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

background-color css

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

 a { background-color: rgb(102,188,155); }

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

border-color css

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

 span { border-color: rgb(102,188,155); }

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