Html Css Color HEX #4ABCAF Puerto Rico

📋 copy color: '#4ABCAF'

red 74 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #4ABCAF

Tints of Puerto Rico #4ABCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

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

R = 16.93%
G = 43.02%
B = 40.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#4ABCAF (or 0x4ABCAF) is known color: Puerto Rico. HEX triplet: 4A, BC and AF. RGB value is (74,188,175). Sum of RGB (Red+Green+Blue) = 74+188+175=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABCAF is #B54350. Grayscale: #989898. Windows color (decimal): -11879249 or 11517002. OLE color: 11517002.

HSL color Cylindrical-coordinate representation of color #4ABCAF: hue angle of 173.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCAF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 175 -
CMYK 0.61 0 0.07 0.26
HSL 173.16º 0.46% 0.51% -
HSV(B) 173.16º 0.61% 0.74% -
XYZ 28.55 40.52 46.87 -
YUV 152.43 140.73 72.06 -
System Red Green Blue C M Y K H S L
Decimal 74 188 175 0.61 0 0.07 0.26 173.16 0.46 0.51
Hex 4A BC AF 3D 0 7 1A AD 2E 33
Octal 112 274 257 75 0 7 32 255 56 63
Binary 1001010 10111100 10101111 111101 0 111 11010 10101101 101110 110011

Color Harmonies of #4ABCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCAF

Black with #4ABCAF

Text Example


Text Example

White with #4ABCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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