Html Css Color HEX #6ACABE Downy

📋 copy color: '#6ACABE'

red 106 ◦ green 202 ◦ blue 190

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

Shades of Downy #6ACABE

Tints of Downy #6ACABE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 21.29%
G = 40.56%
B = 38.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6ACABE (or 0x6ACABE) is known color: Downy. HEX triplet: 6A, CA and BE. RGB value is (106,202,190). Sum of RGB (Red+Green+Blue) = 106+202+190=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACABE is #953541. Grayscale: #ABABAB. Windows color (decimal): -9778498 or 12503658. OLE color: 12503658.

HSL color Cylindrical-coordinate representation of color #6ACABE: hue angle of 172.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACABE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 202 190 -
CMYK 0.48 0 0.06 0.21
HSL 172.5º 0.48% 0.6% -
HSV(B) 172.5º 0.48% 0.79% -
XYZ 36.36 49.02 56.26 -
YUV 171.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 106 202 190 0.48 0 0.06 0.21 172.5 0.48 0.6
Hex 6A CA BE 30 0 6 15 AC 30 3C
Octal 152 312 276 60 0 6 25 254 60 74
Binary 1101010 11001010 10111110 110000 0 110 10101 10101100 110000 111100

Color Harmonies of #6ACABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACABE

Black with #6ACABE

Text Example


Text Example

White with #6ACABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,202,190); }

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

background-color css

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

 a { background-color: rgb(106,202,190); }

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

border-color css

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

 span { border-color: rgb(106,202,190); }

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