Html Css Color HEX #4BABAB Cadet Blue

📋 copy color: '#4BABAB'

red 75 ◦ green 171 ◦ blue 171

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

Shades of Cadet Blue #4BABAB

Tints of Cadet Blue #4BABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 17.99%
G = 41.01%
B = 41.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BABAB (or 0x4BABAB) is known color: Cadet Blue. HEX triplet: 4B, AB and AB. RGB value is (75,171,171). Sum of RGB (Red+Green+Blue) = 75+171+171=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4BABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BABAB is #B45454. Grayscale: #8E8E8E. Windows color (decimal): -11818069 or 11250507. OLE color: 11250507.

HSL color Cylindrical-coordinate representation of color #4BABAB: hue angle of 180º 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 #4BABAB is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 171 -
CMYK 0.56 0 0 0.33
HSL 180º 0.39% 0.48% -
HSV(B) 180º 0.56% 0.67% -
XYZ 24.82 33.56 43.7 -
YUV 142.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 75 171 171 0.56 0 0 0.33 180 0.39 0.48
Hex 4B AB AB 38 0 0 21 B4 27 30
Octal 113 253 253 70 0 0 41 264 47 60
Binary 1001011 10101011 10101011 111000 0 0 100001 10110100 100111 110000

Color Harmonies of #4BABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BABAB

Black with #4BABAB

Text Example


Text Example

White with #4BABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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