Html Css Color HEX #4CCBA5 Puerto Rico

📋 copy color: '#4CCBA5'

red 76 ◦ green 203 ◦ blue 165

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

Shades of Puerto Rico #4CCBA5

Tints of Puerto Rico #4CCBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 17.12%
G = 45.72%
B = 37.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#4CCBA5 (or 0x4CCBA5) is known color: Puerto Rico. HEX triplet: 4C, CB and A5. RGB value is (76,203,165). Sum of RGB (Red+Green+Blue) = 76+203+165=444 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.12% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCBA5 is #B3345A. Grayscale: #A0A0A0. Windows color (decimal): -11744347 or 10865484. OLE color: 10865484.

HSL color Cylindrical-coordinate representation of color #4CCBA5: hue angle of 162.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCBA5 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 203 165 -
CMYK 0.63 0 0.19 0.20
HSL 162.05º 0.55% 0.55% -
HSV(B) 162.05º 0.63% 0.8% -
XYZ 31.13 46.96 43.02 -
YUV 160.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 76 203 165 0.63 0 0.19 0.20 162.05 0.55 0.55
Hex 4C CB A5 3F 0 13 14 A2 37 37
Octal 114 313 245 77 0 23 24 242 67 67
Binary 1001100 11001011 10100101 111111 0 10011 10100 10100010 110111 110111

Color Harmonies of #4CCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBA5

Black with #4CCBA5

Text Example


Text Example

White with #4CCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,203,165); }

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

background-color css

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

 a { background-color: rgb(76,203,165); }

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

border-color css

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

 span { border-color: rgb(76,203,165); }

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