Html Css Color HEX #62BEAA Puerto Rico

📋 copy color: '#62BEAA'

red 98 ◦ green 190 ◦ blue 170

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

Shades of Puerto Rico #62BEAA

Tints of Puerto Rico #62BEAA

RGB

 RED value IS 98 (38.67% from 255) = 21.4%

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

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

R = 21.4%
G = 41.48%
B = 37.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#62BEAA (or 0x62BEAA) is known color: Puerto Rico. HEX triplet: 62, BE and AA. RGB value is (98,190,170). Sum of RGB (Red+Green+Blue) = 98+190+170=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BEAA is #9D4155. Grayscale: #A0A0A0. Windows color (decimal): -10305878 or 11189858. OLE color: 11189858.

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

Color convert

RGB 98 190 170 -
CMYK 0.48 0 0.11 0.25
HSL 166.96º 0.41% 0.56% -
HSV(B) 166.96º 0.48% 0.75% -
XYZ 30.71 42.33 44.58 -
YUV 160.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 98 190 170 0.48 0 0.11 0.25 166.96 0.41 0.56
Hex 62 BE AA 30 0 B 19 A7 29 38
Octal 142 276 252 60 0 13 31 247 51 70
Binary 1100010 10111110 10101010 110000 0 1011 11001 10100111 101001 111000

Color Harmonies of #62BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BEAA

Black with #62BEAA

Text Example


Text Example

White with #62BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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