Html Css Color HEX #68CFC4 Downy

📋 copy color: '#68CFC4'

red 104 ◦ green 207 ◦ blue 196

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

Shades of Downy #68CFC4

Tints of Downy #68CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 20.51%
G = 40.83%
B = 38.66%

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

#68CFC4 (or 0x68CFC4) is known color: Downy. HEX triplet: 68, CF and C4. RGB value is (104,207,196). Sum of RGB (Red+Green+Blue) = 104+207+196=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFC4 is #97303B. Grayscale: #AEAEAE. Windows color (decimal): -9908284 or 12898152. OLE color: 12898152.

HSL color Cylindrical-coordinate representation of color #68CFC4: hue angle of 173.59º 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 #68CFC4 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 196 -
CMYK 0.50 0 0.05 0.19
HSL 173.59º 0.52% 0.61% -
HSV(B) 173.59º 0.5% 0.81% -
XYZ 37.99 51.55 60.17 -
YUV 174.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 104 207 196 0.50 0 0.05 0.19 173.59 0.52 0.61
Hex 68 CF C4 32 0 5 13 AE 34 3D
Octal 150 317 304 62 0 5 23 256 64 75
Binary 1101000 11001111 11000100 110010 0 101 10011 10101110 110100 111101

Color Harmonies of #68CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFC4

Black with #68CFC4

Text Example


Text Example

White with #68CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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