Html Css Color HEX #68CFB5 Downy

📋 copy color: '#68CFB5'

red 104 ◦ green 207 ◦ blue 181

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

Shades of Downy #68CFB5

Tints of Downy #68CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 21.14%
G = 42.07%
B = 36.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#68CFB5 (or 0x68CFB5) is known color: Downy. HEX triplet: 68, CF and B5. RGB value is (104,207,181). Sum of RGB (Red+Green+Blue) = 104+207+181=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFB5 is #97304A. Grayscale: #ADADAD. Windows color (decimal): -9908299 or 11915112. OLE color: 11915112.

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

Color convert

RGB 104 207 181 -
CMYK 0.50 0 0.13 0.19
HSL 164.85º 0.52% 0.61% -
HSV(B) 164.85º 0.5% 0.81% -
XYZ 36.36 50.9 51.63 -
YUV 173.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 104 207 181 0.50 0 0.13 0.19 164.85 0.52 0.61
Hex 68 CF B5 32 0 D 13 A5 34 3D
Octal 150 317 265 62 0 15 23 245 64 75
Binary 1101000 11001111 10110101 110010 0 1101 10011 10100101 110100 111101

Color Harmonies of #68CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFB5

Black with #68CFB5

Text Example


Text Example

White with #68CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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