Html Css Color HEX #4BA19A Cadet Blue

📋 copy color: '#4BA19A'

red 75 ◦ green 161 ◦ blue 154

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

Shades of Cadet Blue #4BA19A

Tints of Cadet Blue #4BA19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 19.23%
G = 41.28%
B = 39.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#4BA19A (or 0x4BA19A) is known color: Cadet Blue. HEX triplet: 4B, A1 and 9A. RGB value is (75,161,154). Sum of RGB (Red+Green+Blue) = 75+161+154=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA19A is #B45E65. Grayscale: #868686. Windows color (decimal): -11820646 or 10133835. OLE color: 10133835.

HSL color Cylindrical-coordinate representation of color #4BA19A: hue angle of 175.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA19A is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 154 -
CMYK 0.53 0 0.04 0.37
HSL 175.12º 0.36% 0.46% -
HSV(B) 175.12º 0.53% 0.63% -
XYZ 21.48 29.32 35.1 -
YUV 134.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 75 161 154 0.53 0 0.04 0.37 175.12 0.36 0.46
Hex 4B A1 9A 35 0 4 25 AF 24 2E
Octal 113 241 232 65 0 4 45 257 44 56
Binary 1001011 10100001 10011010 110101 0 100 100101 10101111 100100 101110

Color Harmonies of #4BA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA19A

Black with #4BA19A

Text Example


Text Example

White with #4BA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,161,154); }

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

background-color css

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

 a { background-color: rgb(75,161,154); }

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

border-color css

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

 span { border-color: rgb(75,161,154); }

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