Html Css Color HEX #4ABEAC Puerto Rico

📋 copy color: '#4ABEAC'

red 74 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #4ABEAC

Tints of Puerto Rico #4ABEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 16.97%
G = 43.58%
B = 39.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#4ABEAC (or 0x4ABEAC) is known color: Puerto Rico. HEX triplet: 4A, BE and AC. RGB value is (74,190,172). Sum of RGB (Red+Green+Blue) = 74+190+172=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABEAC is #B54153. Grayscale: #999999. Windows color (decimal): -11878740 or 11320906. OLE color: 11320906.

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

Color convert

RGB 74 190 172 -
CMYK 0.61 0 0.09 0.25
HSL 170.69º 0.47% 0.52% -
HSV(B) 170.69º 0.61% 0.75% -
XYZ 28.68 41.26 45.48 -
YUV 153.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 74 190 172 0.61 0 0.09 0.25 170.69 0.47 0.52
Hex 4A BE AC 3D 0 9 19 AB 2F 34
Octal 112 276 254 75 0 11 31 253 57 64
Binary 1001010 10111110 10101100 111101 0 1001 11001 10101011 101111 110100

Color Harmonies of #4ABEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEAC

Black with #4ABEAC

Text Example


Text Example

White with #4ABEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,172); }

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

background-color css

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

 a { background-color: rgb(74,190,172); }

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

border-color css

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

 span { border-color: rgb(74,190,172); }

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