Html Css Color HEX #4ABEAF Puerto Rico

📋 copy color: '#4ABEAF'

red 74 ◦ green 190 ◦ blue 175

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

Shades of Puerto Rico #4ABEAF

Tints of Puerto Rico #4ABEAF

RGB

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

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

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

R = 16.86%
G = 43.28%
B = 39.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#4ABEAF (or 0x4ABEAF) is known color: Puerto Rico. HEX triplet: 4A, BE and AF. RGB value is (74,190,175). Sum of RGB (Red+Green+Blue) = 74+190+175=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABEAF is #B54150. Grayscale: #999999. Windows color (decimal): -11878737 or 11517514. OLE color: 11517514.

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

Color convert

RGB 74 190 175 -
CMYK 0.61 0 0.08 0.25
HSL 172.24º 0.47% 0.52% -
HSV(B) 172.24º 0.61% 0.75% -
XYZ 28.98 41.38 47.02 -
YUV 153.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 74 190 175 0.61 0 0.08 0.25 172.24 0.47 0.52
Hex 4A BE AF 3D 0 8 19 AC 2F 34
Octal 112 276 257 75 0 10 31 254 57 64
Binary 1001010 10111110 10101111 111101 0 1000 11001 10101100 101111 110100

Color Harmonies of #4ABEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEAF

Black with #4ABEAF

Text Example


Text Example

White with #4ABEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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