Html Css Color HEX #51A39A Cadet Blue

📋 copy color: '#51A39A'

red 81 ◦ green 163 ◦ blue 154

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

Shades of Cadet Blue #51A39A

Tints of Cadet Blue #51A39A

RGB

 RED value IS 81 (32.03% from 255) = 20.35%

 GREEN value IS 163 (64.06% from 255) = 40.95%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 20.35%
G = 40.95%
B = 38.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#51A39A (or 0x51A39A) is known color: Cadet Blue. HEX triplet: 51, A3 and 9A. RGB value is (81,163,154). Sum of RGB (Red+Green+Blue) = 81+163+154=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #51A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A39A is #AE5C65. Grayscale: #898989. Windows color (decimal): -11426918 or 10134353. OLE color: 10134353.

HSL color Cylindrical-coordinate representation of color #51A39A: hue angle of 173.41º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A39A is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 163 154 -
CMYK 0.50 0 0.06 0.36
HSL 173.41º 0.34% 0.48% -
HSV(B) 173.41º 0.5% 0.64% -
XYZ 22.32 30.28 35.24 -
YUV 137.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 81 163 154 0.50 0 0.06 0.36 173.41 0.34 0.48
Hex 51 A3 9A 32 0 6 24 AD 22 30
Octal 121 243 232 62 0 6 44 255 42 60
Binary 1010001 10100011 10011010 110010 0 110 100100 10101101 100010 110000

Color Harmonies of #51A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A39A

Black with #51A39A

Text Example


Text Example

White with #51A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51A39A; }

 p { color: rgb(81,163,154); }

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

background-color css

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

 a { background-color: rgb(81,163,154); }

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

border-color css

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

 span { border-color: rgb(81,163,154); }

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