Html Css Color HEX #6AEFC1 Downy

📋 copy color: '#6AEFC1'

red 106 ◦ green 239 ◦ blue 193

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

Shades of Downy #6AEFC1

Tints of Downy #6AEFC1

RGB

 RED value IS 106 (41.8% from 255) = 19.7%

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 19.7%
G = 44.42%
B = 35.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#6AEFC1 (or 0x6AEFC1) is known color: Downy. HEX triplet: 6A, EF and C1. RGB value is (106,239,193). Sum of RGB (Red+Green+Blue) = 106+239+193=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFC1 is #95103E. Grayscale: #C2C2C2. Windows color (decimal): -9769023 or 12709738. OLE color: 12709738.

HSL color Cylindrical-coordinate representation of color #6AEFC1: hue angle of 159.25º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFC1 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 193 -
CMYK 0.56 0 0.19 0.06
HSL 159.25º 0.81% 0.68% -
HSV(B) 159.25º 0.56% 0.94% -
XYZ 46.44 68.65 61.25 -
YUV 193.99 127.44 65.24 -
System Red Green Blue C M Y K H S L
Decimal 106 239 193 0.56 0 0.19 0.06 159.25 0.81 0.68
Hex 6A EF C1 38 0 13 6 9F 51 44
Octal 152 357 301 70 0 23 6 237 121 104
Binary 1101010 11101111 11000001 111000 0 10011 110 10011111 1010001 1000100

Color Harmonies of #6AEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFC1

Black with #6AEFC1

Text Example


Text Example

White with #6AEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,239,193); }

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

background-color css

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

 a { background-color: rgb(106,239,193); }

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

border-color css

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

 span { border-color: rgb(106,239,193); }

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