Html Css Color HEX #4BA29E Cadet Blue

📋 copy color: '#4BA29E'

red 75 ◦ green 162 ◦ blue 158

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

Shades of Cadet Blue #4BA29E

Tints of Cadet Blue #4BA29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 18.99%
G = 41.01%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#4BA29E (or 0x4BA29E) is known color: Cadet Blue. HEX triplet: 4B, A2 and 9E. RGB value is (75,162,158). Sum of RGB (Red+Green+Blue) = 75+162+158=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA29E is #B45D61. Grayscale: #878787. Windows color (decimal): -11820386 or 10396235. OLE color: 10396235.

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

Color convert

RGB 75 162 158 -
CMYK 0.54 0 0.02 0.36
HSL 177.24º 0.37% 0.46% -
HSV(B) 177.24º 0.54% 0.64% -
XYZ 21.99 29.81 36.94 -
YUV 135.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 75 162 158 0.54 0 0.02 0.36 177.24 0.37 0.46
Hex 4B A2 9E 36 0 2 24 B1 25 2E
Octal 113 242 236 66 0 2 44 261 45 56
Binary 1001011 10100010 10011110 110110 0 10 100100 10110001 100101 101110

Color Harmonies of #4BA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA29E

Black with #4BA29E

Text Example


Text Example

White with #4BA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,158); }

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

background-color css

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

 a { background-color: rgb(75,162,158); }

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

border-color css

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

 span { border-color: rgb(75,162,158); }

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