Html Css Color HEX #68CFC5 Downy

📋 copy color: '#68CFC5'

red 104 ◦ green 207 ◦ blue 197

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

Shades of Downy #68CFC5

Tints of Downy #68CFC5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 20.47%
G = 40.75%
B = 38.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#68CFC5 (or 0x68CFC5) is known color: Downy. HEX triplet: 68, CF and C5. RGB value is (104,207,197). Sum of RGB (Red+Green+Blue) = 104+207+197=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFC5 is #97303A. Grayscale: #AFAFAF. Windows color (decimal): -9908283 or 12963688. OLE color: 12963688.

HSL color Cylindrical-coordinate representation of color #68CFC5: hue angle of 174.17º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFC5 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 197 -
CMYK 0.50 0 0.05 0.19
HSL 174.17º 0.52% 0.61% -
HSV(B) 174.17º 0.5% 0.81% -
XYZ 38.1 51.6 60.78 -
YUV 175.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 104 207 197 0.50 0 0.05 0.19 174.17 0.52 0.61
Hex 68 CF C5 32 0 5 13 AE 34 3D
Octal 150 317 305 62 0 5 23 256 64 75
Binary 1101000 11001111 11000101 110010 0 101 10011 10101110 110100 111101

Color Harmonies of #68CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFC5

Black with #68CFC5

Text Example


Text Example

White with #68CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,207,197); }

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

background-color css

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

 a { background-color: rgb(104,207,197); }

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

border-color css

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

 span { border-color: rgb(104,207,197); }

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