Html Css Color HEX #4BA5AC Cadet Blue

📋 copy color: '#4BA5AC'

red 75 ◦ green 165 ◦ blue 172

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

Shades of Cadet Blue #4BA5AC

Tints of Cadet Blue #4BA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

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

R = 18.2%
G = 40.05%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BA5AC (or 0x4BA5AC) is known color: Cadet Blue. HEX triplet: 4B, A5 and AC. RGB value is (75,165,172). Sum of RGB (Red+Green+Blue) = 75+165+172=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #4BA5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA5AC is #B45A53. Grayscale: #8A8A8A. Windows color (decimal): -11819604 or 11314507. OLE color: 11314507.

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

Color convert

RGB 75 165 172 -
CMYK 0.56 0.04 0 0.33
HSL 184.33º 0.39% 0.48% -
HSV(B) 184.33º 0.56% 0.67% -
XYZ 23.8 31.38 43.83 -
YUV 138.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 75 165 172 0.56 0.04 0 0.33 184.33 0.39 0.48
Hex 4B A5 AC 38 4 0 21 B8 27 30
Octal 113 245 254 70 4 0 41 270 47 60
Binary 1001011 10100101 10101100 111000 100 0 100001 10111000 100111 110000

Color Harmonies of #4BA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA5AC

Black with #4BA5AC

Text Example


Text Example

White with #4BA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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