Html Css Color HEX #68CDB7 Downy

📋 copy color: '#68CDB7'

red 104 ◦ green 205 ◦ blue 183

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

Shades of Downy #68CDB7

Tints of Downy #68CDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 21.14%
G = 41.67%
B = 37.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#68CDB7 (or 0x68CDB7) is known color: Downy. HEX triplet: 68, CD and B7. RGB value is (104,205,183). Sum of RGB (Red+Green+Blue) = 104+205+183=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDB7 is #973248. Grayscale: #ACACAC. Windows color (decimal): -9908809 or 12045672. OLE color: 12045672.

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

Color convert

RGB 104 205 183 -
CMYK 0.49 0 0.11 0.20
HSL 166.93º 0.5% 0.61% -
HSV(B) 166.93º 0.49% 0.8% -
XYZ 36.09 50.02 52.55 -
YUV 172.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 104 205 183 0.49 0 0.11 0.20 166.93 0.5 0.61
Hex 68 CD B7 31 0 B 14 A7 32 3D
Octal 150 315 267 61 0 13 24 247 62 75
Binary 1101000 11001101 10110111 110001 0 1011 10100 10100111 110010 111101

Color Harmonies of #68CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDB7

Black with #68CDB7

Text Example


Text Example

White with #68CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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