Html Css Color HEX #6BEDCD Aquamarine

📋 copy color: '#6BEDCD'

red 107 ◦ green 237 ◦ blue 205

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

Shades of Aquamarine #6BEDCD

Tints of Aquamarine #6BEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 19.49%
G = 43.17%
B = 37.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#6BEDCD (or 0x6BEDCD) is known color: Aquamarine. HEX triplet: 6B, ED and CD. RGB value is (107,237,205). Sum of RGB (Red+Green+Blue) = 107+237+205=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDCD is #941232. Grayscale: #C2C2C2. Windows color (decimal): -9703987 or 13495659. OLE color: 13495659.

HSL color Cylindrical-coordinate representation of color #6BEDCD: hue angle of 165.23º 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 #6BEDCD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 205 -
CMYK 0.55 0 0.14 0.07
HSL 165.23º 0.78% 0.67% -
HSV(B) 165.23º 0.55% 0.93% -
XYZ 47.37 68.1 68.41 -
YUV 194.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 107 237 205 0.55 0 0.14 0.07 165.23 0.78 0.67
Hex 6B ED CD 37 0 E 7 A5 4E 43
Octal 153 355 315 67 0 16 7 245 116 103
Binary 1101011 11101101 11001101 110111 0 1110 111 10100101 1001110 1000011

Color Harmonies of #6BEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDCD

Black with #6BEDCD

Text Example


Text Example

White with #6BEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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