Html Css Color HEX #68CDBB Downy

📋 copy color: '#68CDBB'

red 104 ◦ green 205 ◦ blue 187

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

Shades of Downy #68CDBB

Tints of Downy #68CDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 20.97%
G = 41.33%
B = 37.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#68CDBB (or 0x68CDBB) is known color: Downy. HEX triplet: 68, CD and BB. RGB value is (104,205,187). Sum of RGB (Red+Green+Blue) = 104+205+187=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDBB is #973244. Grayscale: #ACACAC. Windows color (decimal): -9908805 or 12307816. OLE color: 12307816.

HSL color Cylindrical-coordinate representation of color #68CDBB: hue angle of 169.31º 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 #68CDBB is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 187 -
CMYK 0.49 0 0.09 0.20
HSL 169.31º 0.5% 0.61% -
HSV(B) 169.31º 0.49% 0.8% -
XYZ 36.51 50.19 54.78 -
YUV 172.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 104 205 187 0.49 0 0.09 0.20 169.31 0.5 0.61
Hex 68 CD BB 31 0 9 14 A9 32 3D
Octal 150 315 273 61 0 11 24 251 62 75
Binary 1101000 11001101 10111011 110001 0 1001 10100 10101001 110010 111101

Color Harmonies of #68CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDBB

Black with #68CDBB

Text Example


Text Example

White with #68CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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