Html Css Color HEX #4BA29B Cadet Blue

📋 copy color: '#4BA29B'

red 75 ◦ green 162 ◦ blue 155

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

Shades of Cadet Blue #4BA29B

Tints of Cadet Blue #4BA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 19.13%
G = 41.33%
B = 39.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#4BA29B (or 0x4BA29B) is known color: Cadet Blue. HEX triplet: 4B, A2 and 9B. RGB value is (75,162,155). Sum of RGB (Red+Green+Blue) = 75+162+155=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA29B is #B45D64. Grayscale: #878787. Windows color (decimal): -11820389 or 10199627. OLE color: 10199627.

HSL color Cylindrical-coordinate representation of color #4BA29B: hue angle of 175.17º 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 #4BA29B is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 155 -
CMYK 0.54 0 0.04 0.36
HSL 175.17º 0.37% 0.46% -
HSV(B) 175.17º 0.54% 0.64% -
XYZ 21.74 29.7 35.6 -
YUV 135.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 75 162 155 0.54 0 0.04 0.36 175.17 0.37 0.46
Hex 4B A2 9B 36 0 4 24 AF 25 2E
Octal 113 242 233 66 0 4 44 257 45 56
Binary 1001011 10100010 10011011 110110 0 100 100100 10101111 100101 101110

Color Harmonies of #4BA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA29B

Black with #4BA29B

Text Example


Text Example

White with #4BA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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