Html Css Color HEX #68CDBF Downy

📋 copy color: '#68CDBF'

red 104 ◦ green 205 ◦ blue 191

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

Shades of Downy #68CDBF

Tints of Downy #68CDBF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 20.8%
G = 41%
B = 38.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#68CDBF (or 0x68CDBF) is known color: Downy. HEX triplet: 68, CD and BF. RGB value is (104,205,191). Sum of RGB (Red+Green+Blue) = 104+205+191=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDBF is #973240. Grayscale: #ADADAD. Windows color (decimal): -9908801 or 12569960. OLE color: 12569960.

HSL color Cylindrical-coordinate representation of color #68CDBF: hue angle of 171.68º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CDBF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 191 -
CMYK 0.49 0 0.07 0.20
HSL 171.68º 0.5% 0.61% -
HSV(B) 171.68º 0.49% 0.8% -
XYZ 36.94 50.37 57.06 -
YUV 173.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 104 205 191 0.49 0 0.07 0.20 171.68 0.5 0.61
Hex 68 CD BF 31 0 7 14 AC 32 3D
Octal 150 315 277 61 0 7 24 254 62 75
Binary 1101000 11001101 10111111 110001 0 111 10100 10101100 110010 111101

Color Harmonies of #68CDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDBF

Black with #68CDBF

Text Example


Text Example

White with #68CDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,205,191); }

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

background-color css

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

 a { background-color: rgb(104,205,191); }

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

border-color css

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

 span { border-color: rgb(104,205,191); }

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