Html Css Color HEX #4CBFAB Puerto Rico

📋 copy color: '#4CBFAB'

red 76 ◦ green 191 ◦ blue 171

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

Shades of Puerto Rico #4CBFAB

Tints of Puerto Rico #4CBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 17.35%
G = 43.61%
B = 39.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#4CBFAB (or 0x4CBFAB) is known color: Puerto Rico. HEX triplet: 4C, BF and AB. RGB value is (76,191,171). Sum of RGB (Red+Green+Blue) = 76+191+171=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBFAB is #B34054. Grayscale: #9A9A9A. Windows color (decimal): -11747413 or 11255628. OLE color: 11255628.

HSL color Cylindrical-coordinate representation of color #4CBFAB: hue angle of 169.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBFAB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 191 171 -
CMYK 0.60 0 0.10 0.25
HSL 169.57º 0.47% 0.52% -
HSV(B) 169.57º 0.6% 0.75% -
XYZ 28.96 41.74 45.06 -
YUV 154.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 76 191 171 0.60 0 0.10 0.25 169.57 0.47 0.52
Hex 4C BF AB 3C 0 A 19 AA 2F 34
Octal 114 277 253 74 0 12 31 252 57 64
Binary 1001100 10111111 10101011 111100 0 1010 11001 10101010 101111 110100

Color Harmonies of #4CBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBFAB

Black with #4CBFAB

Text Example


Text Example

White with #4CBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,171); }

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

background-color css

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

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

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

border-color css

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

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

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