Html Css Color HEX #68E3CC Downy

📋 copy color: '#68E3CC'

red 104 ◦ green 227 ◦ blue 204

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

Shades of Downy #68E3CC

Tints of Downy #68E3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.43%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 19.44%
G = 42.43%
B = 38.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#68E3CC (or 0x68E3CC) is known color: Downy. HEX triplet: 68, E3 and CC. RGB value is (104,227,204). Sum of RGB (Red+Green+Blue) = 104+227+204=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #68E3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E3CC is #971C33. Grayscale: #BBBBBB. Windows color (decimal): -9903156 or 13427560. OLE color: 13427560.

HSL color Cylindrical-coordinate representation of color #68E3CC: hue angle of 168.78º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E3CC is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 227 204 -
CMYK 0.54 0 0.10 0.11
HSL 168.78º 0.69% 0.65% -
HSV(B) 168.78º 0.54% 0.89% -
XYZ 44.08 62.24 66.82 -
YUV 187.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 104 227 204 0.54 0 0.10 0.11 168.78 0.69 0.65
Hex 68 E3 CC 36 0 A B A9 45 41
Octal 150 343 314 66 0 12 13 251 105 101
Binary 1101000 11100011 11001100 110110 0 1010 1011 10101001 1000101 1000001

Color Harmonies of #68E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E3CC

Black with #68E3CC

Text Example


Text Example

White with #68E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,227,204); }

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

background-color css

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

 a { background-color: rgb(104,227,204); }

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

border-color css

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

 span { border-color: rgb(104,227,204); }

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