Html Css Color HEX #6BEFD5 Aquamarine

📋 copy color: '#6BEFD5'

red 107 ◦ green 239 ◦ blue 213

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

Shades of Aquamarine #6BEFD5

Tints of Aquamarine #6BEFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.75%

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

R = 19.14%
G = 42.75%
B = 38.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#6BEFD5 (or 0x6BEFD5) is known color: Aquamarine. HEX triplet: 6B, EF and D5. RGB value is (107,239,213). Sum of RGB (Red+Green+Blue) = 107+239+213=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFD5 is #94102A. Grayscale: #C4C4C4. Windows color (decimal): -9703467 or 14020459. OLE color: 14020459.

HSL color Cylindrical-coordinate representation of color #6BEFD5: hue angle of 168.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFD5 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 213 -
CMYK 0.55 0 0.11 0.06
HSL 168.18º 0.8% 0.68% -
HSV(B) 168.18º 0.55% 0.94% -
XYZ 48.94 69.66 73.82 -
YUV 196.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 107 239 213 0.55 0 0.11 0.06 168.18 0.8 0.68
Hex 6B EF D5 37 0 B 6 A8 50 44
Octal 153 357 325 67 0 13 6 250 120 104
Binary 1101011 11101111 11010101 110111 0 1011 110 10101000 1010000 1000100

Color Harmonies of #6BEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFD5

Black with #6BEFD5

Text Example


Text Example

White with #6BEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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