Html Css Color HEX #4DABAB Cadet Blue

📋 copy color: '#4DABAB'

red 77 ◦ green 171 ◦ blue 171

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

Shades of Cadet Blue #4DABAB

Tints of Cadet Blue #4DABAB

RGB

 RED value IS 77 (30.47% from 255) = 18.38%

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

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

R = 18.38%
G = 40.81%
B = 40.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4DABAB (or 0x4DABAB) is known color: Cadet Blue. HEX triplet: 4D, AB and AB. RGB value is (77,171,171). Sum of RGB (Red+Green+Blue) = 77+171+171=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4DABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABAB is #B25454. Grayscale: #8E8E8E. Windows color (decimal): -11686997 or 11250509. OLE color: 11250509.

HSL color Cylindrical-coordinate representation of color #4DABAB: hue angle of 180º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DABAB is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 171 171 -
CMYK 0.55 0 0 0.33
HSL 180º 0.38% 0.49% -
HSV(B) 180º 0.55% 0.67% -
XYZ 24.97 33.64 43.71 -
YUV 142.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 77 171 171 0.55 0 0 0.33 180 0.38 0.49
Hex 4D AB AB 37 0 0 21 B4 26 31
Octal 115 253 253 67 0 0 41 264 46 61
Binary 1001101 10101011 10101011 110111 0 0 100001 10110100 100110 110001

Color Harmonies of #4DABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABAB

Black with #4DABAB

Text Example


Text Example

White with #4DABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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