Html Css Color HEX #4FA3A0 Cadet Blue

📋 copy color: '#4FA3A0'

red 79 ◦ green 163 ◦ blue 160

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

Shades of Cadet Blue #4FA3A0

Tints of Cadet Blue #4FA3A0

RGB

 RED value IS 79 (31.25% from 255) = 19.65%

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

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 19.65%
G = 40.55%
B = 39.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#4FA3A0 (or 0x4FA3A0) is known color: Cadet Blue. HEX triplet: 4F, A3 and A0. RGB value is (79,163,160). Sum of RGB (Red+Green+Blue) = 79+163+160=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA3A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA3A0 is #B05C5F. Grayscale: #898989. Windows color (decimal): -11557984 or 10527567. OLE color: 10527567.

HSL color Cylindrical-coordinate representation of color #4FA3A0: hue angle of 177.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA3A0 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 163 160 -
CMYK 0.52 0 0.02 0.36
HSL 177.86º 0.35% 0.47% -
HSV(B) 177.86º 0.52% 0.64% -
XYZ 22.67 30.39 37.93 -
YUV 137.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 79 163 160 0.52 0 0.02 0.36 177.86 0.35 0.47
Hex 4F A3 A0 34 0 2 24 B2 23 2F
Octal 117 243 240 64 0 2 44 262 43 57
Binary 1001111 10100011 10100000 110100 0 10 100100 10110010 100011 101111

Color Harmonies of #4FA3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA3A0

Black with #4FA3A0

Text Example


Text Example

White with #4FA3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FA3A0; }

 p { color: rgb(79,163,160); }

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

background-color css

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

 a { background-color: rgb(79,163,160); }

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

border-color css

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

 span { border-color: rgb(79,163,160); }

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