Html Css Color HEX #4ABEA5 Puerto Rico

📋 copy color: '#4ABEA5'

red 74 ◦ green 190 ◦ blue 165

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

Shades of Puerto Rico #4ABEA5

Tints of Puerto Rico #4ABEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 17.25%
G = 44.29%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#4ABEA5 (or 0x4ABEA5) is known color: Puerto Rico. HEX triplet: 4A, BE and A5. RGB value is (74,190,165). Sum of RGB (Red+Green+Blue) = 74+190+165=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABEA5 is #B5415A. Grayscale: #989898. Windows color (decimal): -11878747 or 10862154. OLE color: 10862154.

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

Color convert

RGB 74 190 165 -
CMYK 0.61 0 0.13 0.25
HSL 167.07º 0.47% 0.52% -
HSV(B) 167.07º 0.61% 0.75% -
XYZ 28.03 41 42.03 -
YUV 152.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 74 190 165 0.61 0 0.13 0.25 167.07 0.47 0.52
Hex 4A BE A5 3D 0 D 19 A7 2F 34
Octal 112 276 245 75 0 15 31 247 57 64
Binary 1001010 10111110 10100101 111101 0 1101 11001 10100111 101111 110100

Color Harmonies of #4ABEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEA5

Black with #4ABEA5

Text Example


Text Example

White with #4ABEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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