Html Css Color HEX #60EFCB Downy

📋 copy color: '#60EFCB'

red 96 ◦ green 239 ◦ blue 203

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

Shades of Downy #60EFCB

Tints of Downy #60EFCB

RGB

 RED value IS 96 (37.89% from 255) = 17.84%

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 17.84%
G = 44.42%
B = 37.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#60EFCB (or 0x60EFCB) is known color: Downy. HEX triplet: 60, EF and CB. RGB value is (96,239,203). Sum of RGB (Red+Green+Blue) = 96+239+203=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFCB is #9F1034. Grayscale: #C0C0C0. Windows color (decimal): -10424373 or 13365088. OLE color: 13365088.

HSL color Cylindrical-coordinate representation of color #60EFCB: hue angle of 164.9º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFCB is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 239 203 -
CMYK 0.60 0 0.15 0.06
HSL 164.9º 0.82% 0.66% -
HSV(B) 164.9º 0.6% 0.94% -
XYZ 46.47 68.53 67.28 -
YUV 192.14 134.12 59.43 -
System Red Green Blue C M Y K H S L
Decimal 96 239 203 0.60 0 0.15 0.06 164.9 0.82 0.66
Hex 60 EF CB 3C 0 F 6 A5 52 42
Octal 140 357 313 74 0 17 6 245 122 102
Binary 1100000 11101111 11001011 111100 0 1111 110 10100101 1010010 1000010

Color Harmonies of #60EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFCB

Black with #60EFCB

Text Example


Text Example

White with #60EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60EFCB; }

 p { color: rgb(96,239,203); }

 H1.HeaderClassName
 {
   color: #60EFCB;
 }
 .AnyTagClassName
 {
   color: #60EFCB;
 }
</style>

background-color css

<style>
 a { background-color: #60EFCB; }

 a { background-color: rgb(96,239,203); }

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

border-color css

<style>
 span { border-color: #60EFCB; }

 span { border-color: rgb(96,239,203); }

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