Html Css Color HEX #6ACFBA Downy

📋 copy color: '#6ACFBA'

red 106 ◦ green 207 ◦ blue 186

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

Shades of Downy #6ACFBA

Tints of Downy #6ACFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 21.24%
G = 41.48%
B = 37.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#6ACFBA (or 0x6ACFBA) is known color: Downy. HEX triplet: 6A, CF and BA. RGB value is (106,207,186). Sum of RGB (Red+Green+Blue) = 106+207+186=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFBA is #953045. Grayscale: #AEAEAE. Windows color (decimal): -9777222 or 12242794. OLE color: 12242794.

HSL color Cylindrical-coordinate representation of color #6ACFBA: hue angle of 167.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFBA is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 207 186 -
CMYK 0.49 0 0.10 0.19
HSL 167.52º 0.51% 0.61% -
HSV(B) 167.52º 0.49% 0.81% -
XYZ 37.12 51.23 54.39 -
YUV 174.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 106 207 186 0.49 0 0.10 0.19 167.52 0.51 0.61
Hex 6A CF BA 31 0 A 13 A8 33 3D
Octal 152 317 272 61 0 12 23 250 63 75
Binary 1101010 11001111 10111010 110001 0 1010 10011 10101000 110011 111101

Color Harmonies of #6ACFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACFBA

Black with #6ACFBA

Text Example


Text Example

White with #6ACFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,207,186); }

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

background-color css

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

 a { background-color: rgb(106,207,186); }

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

border-color css

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

 span { border-color: rgb(106,207,186); }

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