Html Css Color HEX #4CCFAD Puerto Rico

📋 copy color: '#4CCFAD'

red 76 ◦ green 207 ◦ blue 173

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

Shades of Puerto Rico #4CCFAD

Tints of Puerto Rico #4CCFAD

RGB

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

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

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

R = 16.67%
G = 45.39%
B = 37.94%

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

#4CCFAD (or 0x4CCFAD) is known color: Puerto Rico. HEX triplet: 4C, CF and AD. RGB value is (76,207,173). Sum of RGB (Red+Green+Blue) = 76+207+173=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCFAD is #B33052. Grayscale: #A3A3A3. Windows color (decimal): -11743315 or 11390796. OLE color: 11390796.

HSL color Cylindrical-coordinate representation of color #4CCFAD: hue angle of 164.43º 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 #4CCFAD is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 207 173 -
CMYK 0.63 0 0.16 0.19
HSL 164.43º 0.58% 0.55% -
HSV(B) 164.43º 0.63% 0.81% -
XYZ 32.84 49.18 47.3 -
YUV 163.96 133.1 65.26 -
System Red Green Blue C M Y K H S L
Decimal 76 207 173 0.63 0 0.16 0.19 164.43 0.58 0.55
Hex 4C CF AD 3F 0 10 13 A4 3A 37
Octal 114 317 255 77 0 20 23 244 72 67
Binary 1001100 11001111 10101101 111111 0 10000 10011 10100100 111010 110111

Color Harmonies of #4CCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFAD

Black with #4CCFAD

Text Example


Text Example

White with #4CCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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