Html Css Color HEX #66A295 Keppel

📋 copy color: '#66A295'

red 102 ◦ green 162 ◦ blue 149

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

Shades of Keppel #66A295

Tints of Keppel #66A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 24.7%
G = 39.23%
B = 36.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#66A295 (or 0x66A295) is known color: Keppel. HEX triplet: 66, A2 and 95. RGB value is (102,162,149). Sum of RGB (Red+Green+Blue) = 102+162+149=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #66A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A295 is #995D6A. Grayscale: #8E8E8E. Windows color (decimal): -10050923 or 9806438. OLE color: 9806438.

HSL color Cylindrical-coordinate representation of color #66A295: hue angle of 167º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A295 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 149 -
CMYK 0.37 0 0.08 0.36
HSL 167º 0.24% 0.52% -
HSV(B) 167º 0.37% 0.64% -
XYZ 23.82 30.84 33.13 -
YUV 142.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 102 162 149 0.37 0 0.08 0.36 167 0.24 0.52
Hex 66 A2 95 25 0 8 24 A7 18 34
Octal 146 242 225 45 0 10 44 247 30 64
Binary 1100110 10100010 10010101 100101 0 1000 100100 10100111 11000 110100

Color Harmonies of #66A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A295

Black with #66A295

Text Example


Text Example

White with #66A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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