Html Css Color HEX #4ABBAF Puerto Rico

📋 copy color: '#4ABBAF'

red 74 ◦ green 187 ◦ blue 175

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

Shades of Puerto Rico #4ABBAF

Tints of Puerto Rico #4ABBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 16.97%
G = 42.89%
B = 40.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#4ABBAF (or 0x4ABBAF) is known color: Puerto Rico. HEX triplet: 4A, BB and AF. RGB value is (74,187,175). Sum of RGB (Red+Green+Blue) = 74+187+175=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABBAF is #B54450. Grayscale: #979797. Windows color (decimal): -11879505 or 11516746. OLE color: 11516746.

HSL color Cylindrical-coordinate representation of color #4ABBAF: hue angle of 173.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABBAF is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 187 175 -
CMYK 0.60 0 0.06 0.27
HSL 173.63º 0.45% 0.51% -
HSV(B) 173.63º 0.6% 0.73% -
XYZ 28.33 40.09 46.8 -
YUV 151.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 74 187 175 0.60 0 0.06 0.27 173.63 0.45 0.51
Hex 4A BB AF 3C 0 6 1B AE 2D 33
Octal 112 273 257 74 0 6 33 256 55 63
Binary 1001010 10111011 10101111 111100 0 110 11011 10101110 101101 110011

Color Harmonies of #4ABBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABBAF

Black with #4ABBAF

Text Example


Text Example

White with #4ABBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,187,175); }

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

background-color css

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

 a { background-color: rgb(74,187,175); }

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

border-color css

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

 span { border-color: rgb(74,187,175); }

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