Html Css Color HEX #4CB9AD Puerto Rico

📋 copy color: '#4CB9AD'

red 76 ◦ green 185 ◦ blue 173

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

Shades of Puerto Rico #4CB9AD

Tints of Puerto Rico #4CB9AD

RGB

 RED value IS 76 (30.08% from 255) = 17.51%

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 17.51%
G = 42.63%
B = 39.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#4CB9AD (or 0x4CB9AD) is known color: Puerto Rico. HEX triplet: 4C, B9 and AD. RGB value is (76,185,173). Sum of RGB (Red+Green+Blue) = 76+185+173=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB9AD is #B34652. Grayscale: #969696. Windows color (decimal): -11748947 or 11385164. OLE color: 11385164.

HSL color Cylindrical-coordinate representation of color #4CB9AD: hue angle of 173.39º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB9AD is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 185 173 -
CMYK 0.59 0 0.06 0.27
HSL 173.39º 0.44% 0.51% -
HSV(B) 173.39º 0.59% 0.73% -
XYZ 27.87 39.25 45.64 -
YUV 151.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 76 185 173 0.59 0 0.06 0.27 173.39 0.44 0.51
Hex 4C B9 AD 3B 0 6 1B AD 2C 33
Octal 114 271 255 73 0 6 33 255 54 63
Binary 1001100 10111001 10101101 111011 0 110 11011 10101101 101100 110011

Color Harmonies of #4CB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB9AD

Black with #4CB9AD

Text Example


Text Example

White with #4CB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,185,173); }

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

background-color css

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

 a { background-color: rgb(76,185,173); }

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

border-color css

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

 span { border-color: rgb(76,185,173); }

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