Html Css Color HEX #66B5A1 Keppel

📋 copy color: '#66B5A1'

red 102 ◦ green 181 ◦ blue 161

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

Shades of Keppel #66B5A1

Tints of Keppel #66B5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 161 (63.28% from 255) = 36.26%

R = 22.97%
G = 40.77%
B = 36.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#66B5A1 (or 0x66B5A1) is known color: Keppel. HEX triplet: 66, B5 and A1. RGB value is (102,181,161). Sum of RGB (Red+Green+Blue) = 102+181+161=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #66B5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B5A1 is #994A5E. Grayscale: #9B9B9B. Windows color (decimal): -10046047 or 10597734. OLE color: 10597734.

HSL color Cylindrical-coordinate representation of color #66B5A1: hue angle of 164.81º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B5A1 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 181 161 -
CMYK 0.44 0 0.11 0.29
HSL 164.81º 0.35% 0.55% -
HSV(B) 164.81º 0.44% 0.71% -
XYZ 28.44 38.45 39.64 -
YUV 155.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 102 181 161 0.44 0 0.11 0.29 164.81 0.35 0.55
Hex 66 B5 A1 2C 0 B 1D A5 23 37
Octal 146 265 241 54 0 13 35 245 43 67
Binary 1100110 10110101 10100001 101100 0 1011 11101 10100101 100011 110111

Color Harmonies of #66B5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5A1

Black with #66B5A1

Text Example


Text Example

White with #66B5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,181,161); }

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

background-color css

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

 a { background-color: rgb(102,181,161); }

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

border-color css

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

 span { border-color: rgb(102,181,161); }

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