Html Css Color HEX #6BEFCC Aquamarine

📋 copy color: '#6BEFCC'

red 107 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #6BEFCC

Tints of Aquamarine #6BEFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 19.45%
G = 43.45%
B = 37.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#6BEFCC (or 0x6BEFCC) is known color: Aquamarine. HEX triplet: 6B, EF and CC. RGB value is (107,239,204). Sum of RGB (Red+Green+Blue) = 107+239+204=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFCC is #941033. Grayscale: #C3C3C3. Windows color (decimal): -9703476 or 13430635. OLE color: 13430635.

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

Color convert

RGB 107 239 204 -
CMYK 0.55 0 0.15 0.06
HSL 164.09º 0.8% 0.68% -
HSV(B) 164.09º 0.55% 0.94% -
XYZ 47.83 69.22 67.97 -
YUV 195.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 107 239 204 0.55 0 0.15 0.06 164.09 0.8 0.68
Hex 6B EF CC 37 0 F 6 A4 50 44
Octal 153 357 314 67 0 17 6 244 120 104
Binary 1101011 11101111 11001100 110111 0 1111 110 10100100 1010000 1000100

Color Harmonies of #6BEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFCC

Black with #6BEFCC

Text Example


Text Example

White with #6BEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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