Html Css Color HEX #4BABAC Cadet Blue

📋 copy color: '#4BABAC'

red 75 ◦ green 171 ◦ blue 172

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

Shades of Cadet Blue #4BABAC

Tints of Cadet Blue #4BABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 17.94%
G = 40.91%
B = 41.15%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BABAC (or 0x4BABAC) is known color: Cadet Blue. HEX triplet: 4B, AB and AC. RGB value is (75,171,172). Sum of RGB (Red+Green+Blue) = 75+171+172=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #4BABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BABAC is #B45453. Grayscale: #8E8E8E. Windows color (decimal): -11818068 or 11316043. OLE color: 11316043.

HSL color Cylindrical-coordinate representation of color #4BABAC: hue angle of 180.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BABAC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 172 -
CMYK 0.56 0.01 0 0.33
HSL 180.62º 0.39% 0.48% -
HSV(B) 180.62º 0.56% 0.67% -
XYZ 24.91 33.6 44.2 -
YUV 142.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 75 171 172 0.56 0.01 0 0.33 180.62 0.39 0.48
Hex 4B AB AC 38 1 0 21 B5 27 30
Octal 113 253 254 70 1 0 41 265 47 60
Binary 1001011 10101011 10101100 111000 1 0 100001 10110101 100111 110000

Color Harmonies of #4BABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BABAC

Black with #4BABAC

Text Example


Text Example

White with #4BABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,172); }

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

background-color css

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

 a { background-color: rgb(75,171,172); }

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

border-color css

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

 span { border-color: rgb(75,171,172); }

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