Html Css Color HEX #4ABD9A Puerto Rico

📋 copy color: '#4ABD9A'

red 74 ◦ green 189 ◦ blue 154

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

Shades of Puerto Rico #4ABD9A

Tints of Puerto Rico #4ABD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 17.75%
G = 45.32%
B = 36.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#4ABD9A (or 0x4ABD9A) is known color: Puerto Rico. HEX triplet: 4A, BD and 9A. RGB value is (74,189,154). Sum of RGB (Red+Green+Blue) = 74+189+154=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABD9A is #B54265. Grayscale: #969696. Windows color (decimal): -11879014 or 10141002. OLE color: 10141002.

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

Color convert

RGB 74 189 154 -
CMYK 0.61 0 0.19 0.26
HSL 161.74º 0.47% 0.52% -
HSV(B) 161.74º 0.61% 0.74% -
XYZ 26.85 40.18 36.91 -
YUV 150.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 74 189 154 0.61 0 0.19 0.26 161.74 0.47 0.52
Hex 4A BD 9A 3D 0 13 1A A2 2F 34
Octal 112 275 232 75 0 23 32 242 57 64
Binary 1001010 10111101 10011010 111101 0 10011 11010 10100010 101111 110100

Color Harmonies of #4ABD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD9A

Black with #4ABD9A

Text Example


Text Example

White with #4ABD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,154); }

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

background-color css

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

 a { background-color: rgb(74,189,154); }

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

border-color css

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

 span { border-color: rgb(74,189,154); }

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