Html Css Color HEX #68CEBE Downy

📋 copy color: '#68CEBE'

red 104 ◦ green 206 ◦ blue 190

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

Shades of Downy #68CEBE

Tints of Downy #68CEBE

RGB

 RED value IS 104 (41.02% from 255) = 20.8%

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 190 (74.61% from 255) = 38%

R = 20.8%
G = 41.2%
B = 38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#68CEBE (or 0x68CEBE) is known color: Downy. HEX triplet: 68, CE and BE. RGB value is (104,206,190). Sum of RGB (Red+Green+Blue) = 104+206+190=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEBE is #973141. Grayscale: #ADADAD. Windows color (decimal): -9908546 or 12504680. OLE color: 12504680.

HSL color Cylindrical-coordinate representation of color #68CEBE: hue angle of 170.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEBE is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 190 -
CMYK 0.50 0 0.08 0.19
HSL 170.59º 0.51% 0.61% -
HSV(B) 170.59º 0.5% 0.81% -
XYZ 37.07 50.8 56.57 -
YUV 173.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 104 206 190 0.50 0 0.08 0.19 170.59 0.51 0.61
Hex 68 CE BE 32 0 8 13 AB 33 3D
Octal 150 316 276 62 0 10 23 253 63 75
Binary 1101000 11001110 10111110 110010 0 1000 10011 10101011 110011 111101

Color Harmonies of #68CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEBE

Black with #68CEBE

Text Example


Text Example

White with #68CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68CEBE; }

 p { color: rgb(104,206,190); }

 H1.HeaderClassName
 {
   color: #68CEBE;
 }
 .AnyTagClassName
 {
   color: #68CEBE;
 }
</style>

background-color css

<style>
 a { background-color: #68CEBE; }

 a { background-color: rgb(104,206,190); }

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

border-color css

<style>
 span { border-color: #68CEBE; }

 span { border-color: rgb(104,206,190); }

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