Html Css Color HEX #68CFBB Downy

📋 copy color: '#68CFBB'

red 104 ◦ green 207 ◦ blue 187

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

Shades of Downy #68CFBB

Tints of Downy #68CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 20.88%
G = 41.57%
B = 37.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#68CFBB (or 0x68CFBB) is known color: Downy. HEX triplet: 68, CF and BB. RGB value is (104,207,187). Sum of RGB (Red+Green+Blue) = 104+207+187=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFBB is #973044. Grayscale: #ADADAD. Windows color (decimal): -9908293 or 12308328. OLE color: 12308328.

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

Color convert

RGB 104 207 187 -
CMYK 0.50 0 0.10 0.19
HSL 168.35º 0.52% 0.61% -
HSV(B) 168.35º 0.5% 0.81% -
XYZ 36.99 51.16 54.94 -
YUV 173.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 104 207 187 0.50 0 0.10 0.19 168.35 0.52 0.61
Hex 68 CF BB 32 0 A 13 A8 34 3D
Octal 150 317 273 62 0 12 23 250 64 75
Binary 1101000 11001111 10111011 110010 0 1010 10011 10101000 110100 111101

Color Harmonies of #68CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFBB

Black with #68CFBB

Text Example


Text Example

White with #68CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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