Html Css Color HEX #4ABF9C Puerto Rico

📋 copy color: '#4ABF9C'

red 74 ◦ green 191 ◦ blue 156

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

Shades of Puerto Rico #4ABF9C

Tints of Puerto Rico #4ABF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 17.58%
G = 45.37%
B = 37.05%

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

#4ABF9C (or 0x4ABF9C) is known color: Puerto Rico. HEX triplet: 4A, BF and 9C. RGB value is (74,191,156). Sum of RGB (Red+Green+Blue) = 74+191+156=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF9C is #B54063. Grayscale: #989898. Windows color (decimal): -11878500 or 10272586. OLE color: 10272586.

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

Color convert

RGB 74 191 156 -
CMYK 0.61 0 0.18 0.25
HSL 162.05º 0.48% 0.52% -
HSV(B) 162.05º 0.61% 0.75% -
XYZ 27.46 41.12 37.94 -
YUV 152.03 130.24 72.35 -
System Red Green Blue C M Y K H S L
Decimal 74 191 156 0.61 0 0.18 0.25 162.05 0.48 0.52
Hex 4A BF 9C 3D 0 12 19 A2 30 34
Octal 112 277 234 75 0 22 31 242 60 64
Binary 1001010 10111111 10011100 111101 0 10010 11001 10100010 110000 110100

Color Harmonies of #4ABF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF9C

Black with #4ABF9C

Text Example


Text Example

White with #4ABF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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