Html Css Color HEX #4ABFAA Puerto Rico

📋 copy color: '#4ABFAA'

red 74 ◦ green 191 ◦ blue 170

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

Shades of Puerto Rico #4ABFAA

Tints of Puerto Rico #4ABFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 17.01%
G = 43.91%
B = 39.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#4ABFAA (or 0x4ABFAA) is known color: Puerto Rico. HEX triplet: 4A, BF and AA. RGB value is (74,191,170). Sum of RGB (Red+Green+Blue) = 74+191+170=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABFAA is #B54055. Grayscale: #999999. Windows color (decimal): -11878486 or 11190090. OLE color: 11190090.

HSL color Cylindrical-coordinate representation of color #4ABFAA: hue angle of 169.23º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABFAA is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 170 -
CMYK 0.61 0 0.11 0.25
HSL 169.23º 0.48% 0.52% -
HSV(B) 169.23º 0.61% 0.75% -
XYZ 28.71 41.62 44.55 -
YUV 153.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 74 191 170 0.61 0 0.11 0.25 169.23 0.48 0.52
Hex 4A BF AA 3D 0 B 19 A9 30 34
Octal 112 277 252 75 0 13 31 251 60 64
Binary 1001010 10111111 10101010 111101 0 1011 11001 10101001 110000 110100

Color Harmonies of #4ABFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFAA

Black with #4ABFAA

Text Example


Text Example

White with #4ABFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,170); }

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

background-color css

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

 a { background-color: rgb(74,191,170); }

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

border-color css

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

 span { border-color: rgb(74,191,170); }

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