Html Css Color HEX #4CB4AF Puerto Rico

📋 copy color: '#4CB4AF'

red 76 ◦ green 180 ◦ blue 175

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

Shades of Puerto Rico #4CB4AF

Tints of Puerto Rico #4CB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 17.63%
G = 41.76%
B = 40.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#4CB4AF (or 0x4CB4AF) is known color: Puerto Rico. HEX triplet: 4C, B4 and AF. RGB value is (76,180,175). Sum of RGB (Red+Green+Blue) = 76+180+175=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB4AF is #B34B50. Grayscale: #949494. Windows color (decimal): -11750225 or 11514956. OLE color: 11514956.

HSL color Cylindrical-coordinate representation of color #4CB4AF: hue angle of 177.12º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB4AF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 175 -
CMYK 0.58 0 0.03 0.29
HSL 177.12º 0.41% 0.5% -
HSV(B) 177.12º 0.58% 0.71% -
XYZ 27.04 37.27 46.33 -
YUV 148.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 76 180 175 0.58 0 0.03 0.29 177.12 0.41 0.5
Hex 4C B4 AF 3A 0 3 1D B1 29 32
Octal 114 264 257 72 0 3 35 261 51 62
Binary 1001100 10110100 10101111 111010 0 11 11101 10110001 101001 110010

Color Harmonies of #4CB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB4AF

Black with #4CB4AF

Text Example


Text Example

White with #4CB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,175); }

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

background-color css

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

 a { background-color: rgb(76,180,175); }

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

border-color css

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

 span { border-color: rgb(76,180,175); }

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