Html Css Color HEX #6CE2C4 Downy

📋 copy color: '#6CE2C4'

red 108 ◦ green 226 ◦ blue 196

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

Shades of Downy #6CE2C4

Tints of Downy #6CE2C4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

 BLUE value IS 196 (76.95% from 255) = 36.98%

R = 20.38%
G = 42.64%
B = 36.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#6CE2C4 (or 0x6CE2C4) is known color: Downy. HEX triplet: 6C, E2 and C4. RGB value is (108,226,196). Sum of RGB (Red+Green+Blue) = 108+226+196=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE2C4 is #931D3B. Grayscale: #BBBBBB. Windows color (decimal): -9641276 or 12903020. OLE color: 12903020.

HSL color Cylindrical-coordinate representation of color #6CE2C4: hue angle of 164.75º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE2C4 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 108 226 196 -
CMYK 0.52 0 0.13 0.11
HSL 164.75º 0.67% 0.65% -
HSV(B) 164.75º 0.52% 0.89% -
XYZ 43.34 61.57 61.82 -
YUV 187.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 108 226 196 0.52 0 0.13 0.11 164.75 0.67 0.65
Hex 6C E2 C4 34 0 D B A5 43 41
Octal 154 342 304 64 0 15 13 245 103 101
Binary 1101100 11100010 11000100 110100 0 1101 1011 10100101 1000011 1000001

Color Harmonies of #6CE2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE2C4

Black with #6CE2C4

Text Example


Text Example

White with #6CE2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,226,196); }

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

background-color css

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

 a { background-color: rgb(108,226,196); }

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

border-color css

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

 span { border-color: rgb(108,226,196); }

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