Html Css Color HEX #68CBC7 Downy

📋 copy color: '#68CBC7'

red 104 ◦ green 203 ◦ blue 199

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

Shades of Downy #68CBC7

Tints of Downy #68CBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 20.55%
G = 40.12%
B = 39.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#68CBC7 (or 0x68CBC7) is known color: Downy. HEX triplet: 68, CB and C7. RGB value is (104,203,199). Sum of RGB (Red+Green+Blue) = 104+203+199=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBC7 is #973438. Grayscale: #ACACAC. Windows color (decimal): -9909305 or 13093736. OLE color: 13093736.

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

Color convert

RGB 104 203 199 -
CMYK 0.49 0 0.02 0.20
HSL 177.58º 0.49% 0.6% -
HSV(B) 177.58º 0.49% 0.8% -
XYZ 37.37 49.78 61.67 -
YUV 172.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 104 203 199 0.49 0 0.02 0.20 177.58 0.49 0.6
Hex 68 CB C7 31 0 2 14 B2 31 3C
Octal 150 313 307 61 0 2 24 262 61 74
Binary 1101000 11001011 11000111 110001 0 10 10100 10110010 110001 111100

Color Harmonies of #68CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBC7

Black with #68CBC7

Text Example


Text Example

White with #68CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,199); }

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

background-color css

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

 a { background-color: rgb(104,203,199); }

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

border-color css

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

 span { border-color: rgb(104,203,199); }

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