Html Css Color HEX #68CFCA Downy

📋 copy color: '#68CFCA'

red 104 ◦ green 207 ◦ blue 202

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

Shades of Downy #68CFCA

Tints of Downy #68CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 20.27%
G = 40.35%
B = 39.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#68CFCA (or 0x68CFCA) is known color: Downy. HEX triplet: 68, CF and CA. RGB value is (104,207,202). Sum of RGB (Red+Green+Blue) = 104+207+202=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFCA is #973035. Grayscale: #AFAFAF. Windows color (decimal): -9908278 or 13291368. OLE color: 13291368.

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

Color convert

RGB 104 207 202 -
CMYK 0.50 0 0.02 0.19
HSL 177.09º 0.52% 0.61% -
HSV(B) 177.09º 0.5% 0.81% -
XYZ 38.68 51.83 63.84 -
YUV 175.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 104 207 202 0.50 0 0.02 0.19 177.09 0.52 0.61
Hex 68 CF CA 32 0 2 13 B1 34 3D
Octal 150 317 312 62 0 2 23 261 64 75
Binary 1101000 11001111 11001010 110010 0 10 10011 10110001 110100 111101

Color Harmonies of #68CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFCA

Black with #68CFCA

Text Example


Text Example

White with #68CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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