Html Css Color HEX #6CCCBC Downy

📋 copy color: '#6CCCBC'

red 108 ◦ green 204 ◦ blue 188

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

Shades of Downy #6CCCBC

Tints of Downy #6CCCBC

RGB

 RED value IS 108 (42.58% from 255) = 21.6%

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 21.6%
G = 40.8%
B = 37.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#6CCCBC (or 0x6CCCBC) is known color: Downy. HEX triplet: 6C, CC and BC. RGB value is (108,204,188). Sum of RGB (Red+Green+Blue) = 108+204+188=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCBC is #933343. Grayscale: #ADADAD. Windows color (decimal): -9646916 or 12373100. OLE color: 12373100.

HSL color Cylindrical-coordinate representation of color #6CCCBC: hue angle of 170º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCCBC is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 188 -
CMYK 0.47 0 0.08 0.2
HSL 170º 0.48% 0.61% -
HSV(B) 170º 0.47% 0.8% -
XYZ 36.85 50 55.29 -
YUV 173.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 108 204 188 0.47 0 0.08 0.2 170 0.48 0.61
Hex 6C CC BC 2F 0 8 14 AA 30 3D
Octal 154 314 274 57 0 10 24 252 60 75
Binary 1101100 11001100 10111100 101111 0 1000 10100 10101010 110000 111101

Color Harmonies of #6CCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCBC

Black with #6CCCBC

Text Example


Text Example

White with #6CCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCCBC; }

 p { color: rgb(108,204,188); }

 H1.HeaderClassName
 {
   color: #6CCCBC;
 }
 .AnyTagClassName
 {
   color: #6CCCBC;
 }
</style>

background-color css

<style>
 a { background-color: #6CCCBC; }

 a { background-color: rgb(108,204,188); }

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

border-color css

<style>
 span { border-color: #6CCCBC; }

 span { border-color: rgb(108,204,188); }

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