Html Css Color HEX #68CBBA Downy

📋 copy color: '#68CBBA'

red 104 ◦ green 203 ◦ blue 186

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

Shades of Downy #68CBBA

Tints of Downy #68CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 21.1%
G = 41.18%
B = 37.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#68CBBA (or 0x68CBBA) is known color: Downy. HEX triplet: 68, CB and BA. RGB value is (104,203,186). Sum of RGB (Red+Green+Blue) = 104+203+186=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBBA is #973445. Grayscale: #ABABAB. Windows color (decimal): -9909318 or 12241768. OLE color: 12241768.

HSL color Cylindrical-coordinate representation of color #68CBBA: hue angle of 169.7º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBBA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 186 -
CMYK 0.49 0 0.08 0.20
HSL 169.7º 0.49% 0.6% -
HSV(B) 169.7º 0.49% 0.8% -
XYZ 35.93 49.2 54.06 -
YUV 171.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 104 203 186 0.49 0 0.08 0.20 169.7 0.49 0.6
Hex 68 CB BA 31 0 8 14 AA 31 3C
Octal 150 313 272 61 0 10 24 252 61 74
Binary 1101000 11001011 10111010 110001 0 1000 10100 10101010 110001 111100

Color Harmonies of #68CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBBA

Black with #68CBBA

Text Example


Text Example

White with #68CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,186); }

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

background-color css

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

 a { background-color: rgb(104,203,186); }

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

border-color css

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

 span { border-color: rgb(104,203,186); }

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