Html Css Color HEX #62CCBA Downy

📋 copy color: '#62CCBA'

red 98 ◦ green 204 ◦ blue 186

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

Shades of Downy #62CCBA

Tints of Downy #62CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 20.08%
G = 41.8%
B = 38.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#62CCBA (or 0x62CCBA) is known color: Downy. HEX triplet: 62, CC and BA. RGB value is (98,204,186). Sum of RGB (Red+Green+Blue) = 98+204+186=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #62CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCBA is #9D3345. Grayscale: #AAAAAA. Windows color (decimal): -10302278 or 12242018. OLE color: 12242018.

HSL color Cylindrical-coordinate representation of color #62CCBA: hue angle of 169.81º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CCBA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 204 186 -
CMYK 0.52 0 0.09 0.2
HSL 169.81º 0.51% 0.59% -
HSV(B) 169.81º 0.52% 0.8% -
XYZ 35.49 49.33 54.1 -
YUV 170.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 98 204 186 0.52 0 0.09 0.2 169.81 0.51 0.59
Hex 62 CC BA 34 0 9 14 AA 33 3B
Octal 142 314 272 64 0 11 24 252 63 73
Binary 1100010 11001100 10111010 110100 0 1001 10100 10101010 110011 111011

Color Harmonies of #62CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CCBA

Black with #62CCBA

Text Example


Text Example

White with #62CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,204,186); }

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

background-color css

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

 a { background-color: rgb(98,204,186); }

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

border-color css

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

 span { border-color: rgb(98,204,186); }

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