Html Css Color HEX #66A1A5 Cadet Blue

📋 copy color: '#66A1A5'

red 102 ◦ green 161 ◦ blue 165

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

Shades of Cadet Blue #66A1A5

Tints of Cadet Blue #66A1A5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.62%

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 23.83%
G = 37.62%
B = 38.55%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#66A1A5 (or 0x66A1A5) is known color: Cadet Blue. HEX triplet: 66, A1 and A5. RGB value is (102,161,165). Sum of RGB (Red+Green+Blue) = 102+161+165=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 165 - color contains mainly: blue. Hex color #66A1A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A1A5 is #995E5A. Grayscale: #8F8F8F. Windows color (decimal): -10051163 or 10854758. OLE color: 10854758.

HSL color Cylindrical-coordinate representation of color #66A1A5: hue angle of 183.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A1A5 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 161 165 -
CMYK 0.38 0.02 0 0.35
HSL 183.81º 0.26% 0.52% -
HSV(B) 183.81º 0.38% 0.65% -
XYZ 25.02 31.03 40.27 -
YUV 143.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 102 161 165 0.38 0.02 0 0.35 183.81 0.26 0.52
Hex 66 A1 A5 26 2 0 23 B8 1A 34
Octal 146 241 245 46 2 0 43 270 32 64
Binary 1100110 10100001 10100101 100110 10 0 100011 10111000 11010 110100

Color Harmonies of #66A1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1A5

Black with #66A1A5

Text Example


Text Example

White with #66A1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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