Html Css Color HEX #4ABF9E Puerto Rico

📋 copy color: '#4ABF9E'

red 74 ◦ green 191 ◦ blue 158

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

Shades of Puerto Rico #4ABF9E

Tints of Puerto Rico #4ABF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 17.49%
G = 45.15%
B = 37.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#4ABF9E (or 0x4ABF9E) is known color: Puerto Rico. HEX triplet: 4A, BF and 9E. RGB value is (74,191,158). Sum of RGB (Red+Green+Blue) = 74+191+158=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF9E is #B54061. Grayscale: #989898. Windows color (decimal): -11878498 or 10403658. OLE color: 10403658.

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

Color convert

RGB 74 191 158 -
CMYK 0.61 0 0.17 0.25
HSL 163.08º 0.48% 0.52% -
HSV(B) 163.08º 0.61% 0.75% -
XYZ 27.63 41.19 38.84 -
YUV 152.26 131.24 72.18 -
System Red Green Blue C M Y K H S L
Decimal 74 191 158 0.61 0 0.17 0.25 163.08 0.48 0.52
Hex 4A BF 9E 3D 0 11 19 A3 30 34
Octal 112 277 236 75 0 21 31 243 60 64
Binary 1001010 10111111 10011110 111101 0 10001 11001 10100011 110000 110100

Color Harmonies of #4ABF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF9E

Black with #4ABF9E

Text Example


Text Example

White with #4ABF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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