Html Css Color HEX #66B295 Keppel

📋 copy color: '#66B295'

red 102 ◦ green 178 ◦ blue 149

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

Shades of Keppel #66B295

Tints of Keppel #66B295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 23.78%
G = 41.49%
B = 34.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#66B295 (or 0x66B295) is known color: Keppel. HEX triplet: 66, B2 and 95. RGB value is (102,178,149). Sum of RGB (Red+Green+Blue) = 102+178+149=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #66B295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B295 is #994D6A. Grayscale: #989898. Windows color (decimal): -10046827 or 9810534. OLE color: 9810534.

HSL color Cylindrical-coordinate representation of color #66B295: hue angle of 157.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B295 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 178 149 -
CMYK 0.43 0 0.16 0.30
HSL 157.11º 0.33% 0.55% -
HSV(B) 157.11º 0.43% 0.7% -
XYZ 26.82 36.84 34.13 -
YUV 151.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 102 178 149 0.43 0 0.16 0.30 157.11 0.33 0.55
Hex 66 B2 95 2B 0 10 1E 9D 21 37
Octal 146 262 225 53 0 20 36 235 41 67
Binary 1100110 10110010 10010101 101011 0 10000 11110 10011101 100001 110111

Color Harmonies of #66B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B295

Black with #66B295

Text Example


Text Example

White with #66B295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,149); }

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

background-color css

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

 a { background-color: rgb(102,178,149); }

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

border-color css

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

 span { border-color: rgb(102,178,149); }

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