Html Css Color HEX #62C0AF Puerto Rico

📋 copy color: '#62C0AF'

red 98 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #62C0AF

Tints of Puerto Rico #62C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 21.08%
G = 41.29%
B = 37.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#62C0AF (or 0x62C0AF) is known color: Puerto Rico. HEX triplet: 62, C0 and AF. RGB value is (98,192,175). Sum of RGB (Red+Green+Blue) = 98+192+175=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #62C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C0AF is #9D3F50. Grayscale: #A1A1A1. Windows color (decimal): -10305361 or 11518050. OLE color: 11518050.

HSL color Cylindrical-coordinate representation of color #62C0AF: hue angle of 169.15º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C0AF is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 192 175 -
CMYK 0.49 0 0.09 0.25
HSL 169.15º 0.43% 0.57% -
HSV(B) 169.15º 0.49% 0.75% -
XYZ 31.62 43.39 47.27 -
YUV 161.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 98 192 175 0.49 0 0.09 0.25 169.15 0.43 0.57
Hex 62 C0 AF 31 0 9 19 A9 2B 39
Octal 142 300 257 61 0 11 31 251 53 71
Binary 1100010 11000000 10101111 110001 0 1001 11001 10101001 101011 111001

Color Harmonies of #62C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C0AF

Black with #62C0AF

Text Example


Text Example

White with #62C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,192,175); }

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

background-color css

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

 a { background-color: rgb(98,192,175); }

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

border-color css

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

 span { border-color: rgb(98,192,175); }

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