Html Css Color HEX #4CCFAE Puerto Rico

📋 copy color: '#4CCFAE'

red 76 ◦ green 207 ◦ blue 174

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

Shades of Puerto Rico #4CCFAE

Tints of Puerto Rico #4CCFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 16.63%
G = 45.3%
B = 38.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#4CCFAE (or 0x4CCFAE) is known color: Puerto Rico. HEX triplet: 4C, CF and AE. RGB value is (76,207,174). Sum of RGB (Red+Green+Blue) = 76+207+174=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCFAE is #B33051. Grayscale: #A4A4A4. Windows color (decimal): -11743314 or 11456332. OLE color: 11456332.

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

Color convert

RGB 76 207 174 -
CMYK 0.63 0 0.16 0.19
HSL 164.89º 0.58% 0.55% -
HSV(B) 164.89º 0.63% 0.81% -
XYZ 32.93 49.22 47.81 -
YUV 164.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 76 207 174 0.63 0 0.16 0.19 164.89 0.58 0.55
Hex 4C CF AE 3F 0 10 13 A5 3A 37
Octal 114 317 256 77 0 20 23 245 72 67
Binary 1001100 11001111 10101110 111111 0 10000 10011 10100101 111010 110111

Color Harmonies of #4CCFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFAE

Black with #4CCFAE

Text Example


Text Example

White with #4CCFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,207,174); }

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

background-color css

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

 a { background-color: rgb(76,207,174); }

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

border-color css

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

 span { border-color: rgb(76,207,174); }

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