Html Css Color HEX #40BEAA Puerto Rico

📋 copy color: '#40BEAA'

red 64 ◦ green 190 ◦ blue 170

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

Shades of Puerto Rico #40BEAA

Tints of Puerto Rico #40BEAA

RGB

 RED value IS 64 (25.39% from 255) = 15.09%

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 15.09%
G = 44.81%
B = 40.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#40BEAA (or 0x40BEAA) is known color: Puerto Rico. HEX triplet: 40, BE and AA. RGB value is (64,190,170). Sum of RGB (Red+Green+Blue) = 64+190+170=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEAA is #BF4155. Grayscale: #959595. Windows color (decimal): -12534102 or 11189824. OLE color: 11189824.

HSL color Cylindrical-coordinate representation of color #40BEAA: hue angle of 170.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEAA is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 170 -
CMYK 0.66 0 0.11 0.25
HSL 170.48º 0.5% 0.5% -
HSV(B) 170.48º 0.66% 0.75% -
XYZ 27.78 40.82 44.44 -
YUV 150.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 64 190 170 0.66 0 0.11 0.25 170.48 0.5 0.5
Hex 40 BE AA 42 0 B 19 AA 32 32
Octal 100 276 252 102 0 13 31 252 62 62
Binary 1000000 10111110 10101010 1000010 0 1011 11001 10101010 110010 110010

Color Harmonies of #40BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEAA

Black with #40BEAA

Text Example


Text Example

White with #40BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BEAA; }

 p { color: rgb(64,190,170); }

 H1.HeaderClassName
 {
   color: #40BEAA;
 }
 .AnyTagClassName
 {
   color: #40BEAA;
 }
</style>

background-color css

<style>
 a { background-color: #40BEAA; }

 a { background-color: rgb(64,190,170); }

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

border-color css

<style>
 span { border-color: #40BEAA; }

 span { border-color: rgb(64,190,170); }

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