Html Css Color HEX #6BEFD4 Aquamarine

📋 copy color: '#6BEFD4'

red 107 ◦ green 239 ◦ blue 212

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

Shades of Aquamarine #6BEFD4

Tints of Aquamarine #6BEFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 19.18%
G = 42.83%
B = 37.99%

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

#6BEFD4 (or 0x6BEFD4) is known color: Aquamarine. HEX triplet: 6B, EF and D4. RGB value is (107,239,212). Sum of RGB (Red+Green+Blue) = 107+239+212=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFD4 is #94102B. Grayscale: #C4C4C4. Windows color (decimal): -9703468 or 13954923. OLE color: 13954923.

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

Color convert

RGB 107 239 212 -
CMYK 0.55 0 0.11 0.06
HSL 167.73º 0.8% 0.68% -
HSV(B) 167.73º 0.55% 0.94% -
XYZ 48.81 69.61 73.15 -
YUV 196.45 136.77 64.2 -
System Red Green Blue C M Y K H S L
Decimal 107 239 212 0.55 0 0.11 0.06 167.73 0.8 0.68
Hex 6B EF D4 37 0 B 6 A8 50 44
Octal 153 357 324 67 0 13 6 250 120 104
Binary 1101011 11101111 11010100 110111 0 1011 110 10101000 1010000 1000100

Color Harmonies of #6BEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFD4

Black with #6BEFD4

Text Example


Text Example

White with #6BEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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