Html Css Color HEX #4CCDAD Puerto Rico

📋 copy color: '#4CCDAD'

red 76 ◦ green 205 ◦ blue 173

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

Shades of Puerto Rico #4CCDAD

Tints of Puerto Rico #4CCDAD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

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

R = 16.74%
G = 45.15%
B = 38.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#4CCDAD (or 0x4CCDAD) is known color: Puerto Rico. HEX triplet: 4C, CD and AD. RGB value is (76,205,173). Sum of RGB (Red+Green+Blue) = 76+205+173=454 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.74% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCDAD is #B33252. Grayscale: #A2A2A2. Windows color (decimal): -11743827 or 11390284. OLE color: 11390284.

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

Color convert

RGB 76 205 173 -
CMYK 0.63 0 0.16 0.20
HSL 165.12º 0.56% 0.55% -
HSV(B) 165.12º 0.63% 0.8% -
XYZ 32.35 48.22 47.14 -
YUV 162.78 133.76 66.1 -
System Red Green Blue C M Y K H S L
Decimal 76 205 173 0.63 0 0.16 0.20 165.12 0.56 0.55
Hex 4C CD AD 3F 0 10 14 A5 38 37
Octal 114 315 255 77 0 20 24 245 70 67
Binary 1001100 11001101 10101101 111111 0 10000 10100 10100101 111000 110111

Color Harmonies of #4CCDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDAD

Black with #4CCDAD

Text Example


Text Example

White with #4CCDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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