Html Css Color HEX #3EB5A4 Puerto Rico

📋 copy color: '#3EB5A4'

red 62 ◦ green 181 ◦ blue 164

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

Shades of Puerto Rico #3EB5A4

Tints of Puerto Rico #3EB5A4

RGB

 RED value IS 62 (24.61% from 255) = 15.23%

 GREEN value IS 181 (71.09% from 255) = 44.47%

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 15.23%
G = 44.47%
B = 40.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#3EB5A4 (or 0x3EB5A4) is known color: Puerto Rico. HEX triplet: 3E, B5 and A4. RGB value is (62,181,164). Sum of RGB (Red+Green+Blue) = 62+181+164=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #3EB5A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EB5A4 is #C14A5B. Grayscale: #8F8F8F. Windows color (decimal): -12667484 or 10794302. OLE color: 10794302.

HSL color Cylindrical-coordinate representation of color #3EB5A4: hue angle of 171.43º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB5A4 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 62 181 164 -
CMYK 0.66 0 0.09 0.29
HSL 171.43º 0.49% 0.48% -
HSV(B) 171.43º 0.66% 0.71% -
XYZ 25.21 36.75 40.89 -
YUV 143.48 139.58 69.88 -
System Red Green Blue C M Y K H S L
Decimal 62 181 164 0.66 0 0.09 0.29 171.43 0.49 0.48
Hex 3E B5 A4 42 0 9 1D AB 31 30
Octal 76 265 244 102 0 11 35 253 61 60
Binary 111110 10110101 10100100 1000010 0 1001 11101 10101011 110001 110000

Color Harmonies of #3EB5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EB5A4

Black with #3EB5A4

Text Example


Text Example

White with #3EB5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EB5A4; }

 p { color: rgb(62,181,164); }

 H1.HeaderClassName
 {
   color: #3EB5A4;
 }
 .AnyTagClassName
 {
   color: #3EB5A4;
 }
</style>

background-color css

<style>
 a { background-color: #3EB5A4; }

 a { background-color: rgb(62,181,164); }

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

border-color css

<style>
 span { border-color: #3EB5A4; }

 span { border-color: rgb(62,181,164); }

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