Html Css Color HEX #669595 Cadet Blue

📋 copy color: '#669595'

red 102 ◦ green 149 ◦ blue 149

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

Shades of Cadet Blue #669595

Tints of Cadet Blue #669595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 25.5%
G = 37.25%
B = 37.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#669595 (or 0x669595) is known color: Cadet Blue. HEX triplet: 66, 95 and 95. RGB value is (102,149,149). Sum of RGB (Red+Green+Blue) = 102+149+149=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #669595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669595 is #996A6A. Grayscale: #868686. Windows color (decimal): -10054251 or 9803110. OLE color: 9803110.

HSL color Cylindrical-coordinate representation of color #669595: hue angle of 180º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669595 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 149 -
CMYK 0.32 0 0 0.42
HSL 180º 0.19% 0.49% -
HSV(B) 180º 0.32% 0.58% -
XYZ 21.65 26.49 32.41 -
YUV 134.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 102 149 149 0.32 0 0 0.42 180 0.19 0.49
Hex 66 95 95 20 0 0 2A B4 13 31
Octal 146 225 225 40 0 0 52 264 23 61
Binary 1100110 10010101 10010101 100000 0 0 101010 10110100 10011 110001

Color Harmonies of #669595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669595

Black with #669595

Text Example


Text Example

White with #669595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669595; }

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

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

background-color css

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

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

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

border-color css

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

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

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