Html Css Color HEX #68CBBF Downy

📋 copy color: '#68CBBF'

red 104 ◦ green 203 ◦ blue 191

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

Shades of Downy #68CBBF

Tints of Downy #68CBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 20.88%
G = 40.76%
B = 38.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#68CBBF (or 0x68CBBF) is known color: Downy. HEX triplet: 68, CB and BF. RGB value is (104,203,191). Sum of RGB (Red+Green+Blue) = 104+203+191=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBBF is #973440. Grayscale: #ABABAB. Windows color (decimal): -9909313 or 12569448. OLE color: 12569448.

HSL color Cylindrical-coordinate representation of color #68CBBF: hue angle of 172.73º 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 #68CBBF is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 191 -
CMYK 0.49 0 0.06 0.20
HSL 172.73º 0.49% 0.6% -
HSV(B) 172.73º 0.49% 0.8% -
XYZ 36.47 49.42 56.91 -
YUV 172.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 104 203 191 0.49 0 0.06 0.20 172.73 0.49 0.6
Hex 68 CB BF 31 0 6 14 AD 31 3C
Octal 150 313 277 61 0 6 24 255 61 74
Binary 1101000 11001011 10111111 110001 0 110 10100 10101101 110001 111100

Color Harmonies of #68CBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBBF

Black with #68CBBF

Text Example


Text Example

White with #68CBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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