Html Css Color HEX #4BA59D Cadet Blue

📋 copy color: '#4BA59D'

red 75 ◦ green 165 ◦ blue 157

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

Shades of Cadet Blue #4BA59D

Tints of Cadet Blue #4BA59D

RGB

 RED value IS 75 (29.69% from 255) = 18.89%

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 18.89%
G = 41.56%
B = 39.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#4BA59D (or 0x4BA59D) is known color: Cadet Blue. HEX triplet: 4B, A5 and 9D. RGB value is (75,165,157). Sum of RGB (Red+Green+Blue) = 75+165+157=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA59D is #B45A62. Grayscale: #898989. Windows color (decimal): -11819619 or 10331467. OLE color: 10331467.

HSL color Cylindrical-coordinate representation of color #4BA59D: hue angle of 174.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA59D is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 165 157 -
CMYK 0.55 0 0.05 0.35
HSL 174.67º 0.38% 0.47% -
HSV(B) 174.67º 0.55% 0.65% -
XYZ 22.44 30.84 36.67 -
YUV 137.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 75 165 157 0.55 0 0.05 0.35 174.67 0.38 0.47
Hex 4B A5 9D 37 0 5 23 AF 26 2F
Octal 113 245 235 67 0 5 43 257 46 57
Binary 1001011 10100101 10011101 110111 0 101 100011 10101111 100110 101111

Color Harmonies of #4BA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA59D

Black with #4BA59D

Text Example


Text Example

White with #4BA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,165,157); }

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

background-color css

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

 a { background-color: rgb(75,165,157); }

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

border-color css

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

 span { border-color: rgb(75,165,157); }

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