Html Css Color HEX #6BEDC9 Aquamarine

📋 copy color: '#6BEDC9'

red 107 ◦ green 237 ◦ blue 201

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

Shades of Aquamarine #6BEDC9

Tints of Aquamarine #6BEDC9

RGB

 RED value IS 107 (42.19% from 255) = 19.63%

 GREEN value IS 237 (92.97% from 255) = 43.49%

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 19.63%
G = 43.49%
B = 36.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#6BEDC9 (or 0x6BEDC9) is known color: Aquamarine. HEX triplet: 6B, ED and C9. RGB value is (107,237,201). Sum of RGB (Red+Green+Blue) = 107+237+201=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDC9 is #941236. Grayscale: #C2C2C2. Windows color (decimal): -9703991 or 13233515. OLE color: 13233515.

HSL color Cylindrical-coordinate representation of color #6BEDC9: hue angle of 163.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDC9 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 201 -
CMYK 0.55 0 0.15 0.07
HSL 163.38º 0.78% 0.67% -
HSV(B) 163.38º 0.55% 0.93% -
XYZ 46.89 67.91 65.9 -
YUV 194.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 107 237 201 0.55 0 0.15 0.07 163.38 0.78 0.67
Hex 6B ED C9 37 0 F 7 A3 4E 43
Octal 153 355 311 67 0 17 7 243 116 103
Binary 1101011 11101101 11001001 110111 0 1111 111 10100011 1001110 1000011

Color Harmonies of #6BEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDC9

Black with #6BEDC9

Text Example


Text Example

White with #6BEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,237,201); }

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

background-color css

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

 a { background-color: rgb(107,237,201); }

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

border-color css

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

 span { border-color: rgb(107,237,201); }

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