Html Css Color HEX #61A69F Cadet Blue

📋 copy color: '#61A69F'

red 97 ◦ green 166 ◦ blue 159

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

Shades of Cadet Blue #61A69F

Tints of Cadet Blue #61A69F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

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

R = 22.99%
G = 39.34%
B = 37.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#61A69F (or 0x61A69F) is known color: Cadet Blue. HEX triplet: 61, A6 and 9F. RGB value is (97,166,159). Sum of RGB (Red+Green+Blue) = 97+166+159=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #61A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A69F is #9E5960. Grayscale: #909090. Windows color (decimal): -10377569 or 10462817. OLE color: 10462817.

HSL color Cylindrical-coordinate representation of color #61A69F: hue angle of 173.91º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A69F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 166 159 -
CMYK 0.42 0 0.04 0.35
HSL 173.91º 0.28% 0.52% -
HSV(B) 173.91º 0.42% 0.65% -
XYZ 24.82 32.32 37.73 -
YUV 144.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 97 166 159 0.42 0 0.04 0.35 173.91 0.28 0.52
Hex 61 A6 9F 2A 0 4 23 AE 1C 34
Octal 141 246 237 52 0 4 43 256 34 64
Binary 1100001 10100110 10011111 101010 0 100 100011 10101110 11100 110100

Color Harmonies of #61A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A69F

Black with #61A69F

Text Example


Text Example

White with #61A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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