Html Css Color HEX #4ABF9D Puerto Rico

📋 copy color: '#4ABF9D'

red 74 ◦ green 191 ◦ blue 157

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

Shades of Puerto Rico #4ABF9D

Tints of Puerto Rico #4ABF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 17.54%
G = 45.26%
B = 37.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#4ABF9D (or 0x4ABF9D) is known color: Puerto Rico. HEX triplet: 4A, BF and 9D. RGB value is (74,191,157). Sum of RGB (Red+Green+Blue) = 74+191+157=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF9D is #B54062. Grayscale: #989898. Windows color (decimal): -11878499 or 10338122. OLE color: 10338122.

HSL color Cylindrical-coordinate representation of color #4ABF9D: hue angle of 162.56º 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 #4ABF9D is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 157 -
CMYK 0.61 0 0.18 0.25
HSL 162.56º 0.48% 0.52% -
HSV(B) 162.56º 0.61% 0.75% -
XYZ 27.54 41.15 38.39 -
YUV 152.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 74 191 157 0.61 0 0.18 0.25 162.56 0.48 0.52
Hex 4A BF 9D 3D 0 12 19 A3 30 34
Octal 112 277 235 75 0 22 31 243 60 64
Binary 1001010 10111111 10011101 111101 0 10010 11001 10100011 110000 110100

Color Harmonies of #4ABF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF9D

Black with #4ABF9D

Text Example


Text Example

White with #4ABF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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