Html Css Color HEX #6BEDD5 Aquamarine

📋 copy color: '#6BEDD5'

red 107 ◦ green 237 ◦ blue 213

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

Shades of Aquamarine #6BEDD5

Tints of Aquamarine #6BEDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 19.21%
G = 42.55%
B = 38.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#6BEDD5 (or 0x6BEDD5) is known color: Aquamarine. HEX triplet: 6B, ED and D5. RGB value is (107,237,213). Sum of RGB (Red+Green+Blue) = 107+237+213=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDD5 is #94122A. Grayscale: #C3C3C3. Windows color (decimal): -9703979 or 14019947. OLE color: 14019947.

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

Color convert

RGB 107 237 213 -
CMYK 0.55 0 0.10 0.07
HSL 168.92º 0.78% 0.67% -
HSV(B) 168.92º 0.55% 0.93% -
XYZ 48.36 68.5 73.62 -
YUV 195.39 137.93 64.95 -
System Red Green Blue C M Y K H S L
Decimal 107 237 213 0.55 0 0.10 0.07 168.92 0.78 0.67
Hex 6B ED D5 37 0 A 7 A9 4E 43
Octal 153 355 325 67 0 12 7 251 116 103
Binary 1101011 11101101 11010101 110111 0 1010 111 10101001 1001110 1000011

Color Harmonies of #6BEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDD5

Black with #6BEDD5

Text Example


Text Example

White with #6BEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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