Html Css Color HEX #6ACECA Downy

📋 copy color: '#6ACECA'

red 106 ◦ green 206 ◦ blue 202

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

Shades of Downy #6ACECA

Tints of Downy #6ACECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.08%

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 20.62%
G = 40.08%
B = 39.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#6ACECA (or 0x6ACECA) is known color: Downy. HEX triplet: 6A, CE and CA. RGB value is (106,206,202). Sum of RGB (Red+Green+Blue) = 106+206+202=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACECA is #953135. Grayscale: #AFAFAF. Windows color (decimal): -9777462 or 13291114. OLE color: 13291114.

HSL color Cylindrical-coordinate representation of color #6ACECA: hue angle of 177.6º 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 #6ACECA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 202 -
CMYK 0.49 0 0.02 0.19
HSL 177.6º 0.51% 0.61% -
HSV(B) 177.6º 0.49% 0.81% -
XYZ 38.68 51.47 63.77 -
YUV 175.64 142.87 78.33 -
System Red Green Blue C M Y K H S L
Decimal 106 206 202 0.49 0 0.02 0.19 177.6 0.51 0.61
Hex 6A CE CA 31 0 2 13 B2 33 3D
Octal 152 316 312 61 0 2 23 262 63 75
Binary 1101010 11001110 11001010 110001 0 10 10011 10110010 110011 111101

Color Harmonies of #6ACECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACECA

Black with #6ACECA

Text Example


Text Example

White with #6ACECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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