Html Css Color HEX #4ACDAB Puerto Rico

📋 copy color: '#4ACDAB'

red 74 ◦ green 205 ◦ blue 171

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

Shades of Puerto Rico #4ACDAB

Tints of Puerto Rico #4ACDAB

RGB

 RED value IS 74 (29.3% from 255) = 16.44%

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

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

R = 16.44%
G = 45.56%
B = 38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#4ACDAB (or 0x4ACDAB) is known color: Puerto Rico. HEX triplet: 4A, CD and AB. RGB value is (74,205,171). Sum of RGB (Red+Green+Blue) = 74+205+171=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACDAB is #B53254. Grayscale: #A1A1A1. Windows color (decimal): -11874901 or 11259210. OLE color: 11259210.

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

Color convert

RGB 74 205 171 -
CMYK 0.64 0 0.17 0.20
HSL 164.43º 0.57% 0.55% -
HSV(B) 164.43º 0.64% 0.8% -
XYZ 32.01 48.06 46.12 -
YUV 161.96 133.1 65.26 -
System Red Green Blue C M Y K H S L
Decimal 74 205 171 0.64 0 0.17 0.20 164.43 0.57 0.55
Hex 4A CD AB 40 0 11 14 A4 39 37
Octal 112 315 253 100 0 21 24 244 71 67
Binary 1001010 11001101 10101011 1000000 0 10001 10100 10100100 111001 110111

Color Harmonies of #4ACDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDAB

Black with #4ACDAB

Text Example


Text Example

White with #4ACDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,205,171); }

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

background-color css

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

 a { background-color: rgb(74,205,171); }

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

border-color css

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

 span { border-color: rgb(74,205,171); }

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