Html Css Color HEX #669795 Cadet Blue

📋 copy color: '#669795'

red 102 ◦ green 151 ◦ blue 149

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

Shades of Cadet Blue #669795

Tints of Cadet Blue #669795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 25.37%
G = 37.56%
B = 37.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#669795 (or 0x669795) is known color: Cadet Blue. HEX triplet: 66, 97 and 95. RGB value is (102,151,149). Sum of RGB (Red+Green+Blue) = 102+151+149=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #669795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669795 is #99686A. Grayscale: #888888. Windows color (decimal): -10053739 or 9803622. OLE color: 9803622.

HSL color Cylindrical-coordinate representation of color #669795: hue angle of 177.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669795 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 149 -
CMYK 0.32 0 0.01 0.41
HSL 177.55º 0.19% 0.5% -
HSV(B) 177.55º 0.32% 0.59% -
XYZ 21.97 27.13 32.51 -
YUV 136.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 102 151 149 0.32 0 0.01 0.41 177.55 0.19 0.5
Hex 66 97 95 20 0 1 29 B2 13 32
Octal 146 227 225 40 0 1 51 262 23 62
Binary 1100110 10010111 10010101 100000 0 1 101001 10110010 10011 110010

Color Harmonies of #669795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669795

Black with #669795

Text Example


Text Example

White with #669795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669795; }

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

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

background-color css

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

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

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

border-color css

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

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

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