Html Css Color HEX #61A29F Cadet Blue

📋 copy color: '#61A29F'

red 97 ◦ green 162 ◦ blue 159

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

Shades of Cadet Blue #61A29F

Tints of Cadet Blue #61A29F

RGB

 RED value IS 97 (38.28% from 255) = 23.21%

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 23.21%
G = 38.76%
B = 38.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#61A29F (or 0x61A29F) is known color: Cadet Blue. HEX triplet: 61, A2 and 9F. RGB value is (97,162,159). Sum of RGB (Red+Green+Blue) = 97+162+159=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #61A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A29F is #9E5D60. Grayscale: #8E8E8E. Windows color (decimal): -10378593 or 10461793. OLE color: 10461793.

HSL color Cylindrical-coordinate representation of color #61A29F: hue angle of 177.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A29F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 159 -
CMYK 0.40 0 0.02 0.36
HSL 177.23º 0.26% 0.51% -
HSV(B) 177.23º 0.4% 0.64% -
XYZ 24.11 30.89 37.49 -
YUV 142.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 97 162 159 0.40 0 0.02 0.36 177.23 0.26 0.51
Hex 61 A2 9F 28 0 2 24 B1 1A 33
Octal 141 242 237 50 0 2 44 261 32 63
Binary 1100001 10100010 10011111 101000 0 10 100100 10110001 11010 110011

Color Harmonies of #61A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A29F

Black with #61A29F

Text Example


Text Example

White with #61A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A29F; }

 p { color: rgb(97,162,159); }

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

background-color css

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

 a { background-color: rgb(97,162,159); }

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

border-color css

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

 span { border-color: rgb(97,162,159); }

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