Html Css Color HEX #6AEBCB Downy

📋 copy color: '#6AEBCB'

red 106 ◦ green 235 ◦ blue 203

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

Shades of Downy #6AEBCB

Tints of Downy #6AEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 19.49%
G = 43.2%
B = 37.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#6AEBCB (or 0x6AEBCB) is known color: Downy. HEX triplet: 6A, EB and CB. RGB value is (106,235,203). Sum of RGB (Red+Green+Blue) = 106+235+203=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBCB is #951434. Grayscale: #C0C0C0. Windows color (decimal): -9770037 or 13364074. OLE color: 13364074.

HSL color Cylindrical-coordinate representation of color #6AEBCB: hue angle of 165.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBCB is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 235 203 -
CMYK 0.55 0 0.14 0.08
HSL 165.12º 0.76% 0.67% -
HSV(B) 165.12º 0.55% 0.92% -
XYZ 46.43 66.79 66.94 -
YUV 192.78 133.76 66.1 -
System Red Green Blue C M Y K H S L
Decimal 106 235 203 0.55 0 0.14 0.08 165.12 0.76 0.67
Hex 6A EB CB 37 0 E 8 A5 4C 43
Octal 152 353 313 67 0 16 10 245 114 103
Binary 1101010 11101011 11001011 110111 0 1110 1000 10100101 1001100 1000011

Color Harmonies of #6AEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBCB

Black with #6AEBCB

Text Example


Text Example

White with #6AEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,235,203); }

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

background-color css

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

 a { background-color: rgb(106,235,203); }

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

border-color css

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

 span { border-color: rgb(106,235,203); }

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