Html Css Color HEX #6BECCC Aquamarine

📋 copy color: '#6BECCC'

red 107 ◦ green 236 ◦ blue 204

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

Shades of Aquamarine #6BECCC

Tints of Aquamarine #6BECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

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

R = 19.56%
G = 43.14%
B = 37.29%

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

#6BECCC (or 0x6BECCC) is known color: Aquamarine. HEX triplet: 6B, EC and CC. RGB value is (107,236,204). Sum of RGB (Red+Green+Blue) = 107+236+204=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECCC is #941333. Grayscale: #C1C1C1. Windows color (decimal): -9704244 or 13429867. OLE color: 13429867.

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

Color convert

RGB 107 236 204 -
CMYK 0.55 0 0.14 0.07
HSL 165.12º 0.77% 0.67% -
HSV(B) 165.12º 0.55% 0.93% -
XYZ 46.96 67.48 67.68 -
YUV 193.78 133.76 66.1 -
System Red Green Blue C M Y K H S L
Decimal 107 236 204 0.55 0 0.14 0.07 165.12 0.77 0.67
Hex 6B EC CC 37 0 E 7 A5 4D 43
Octal 153 354 314 67 0 16 7 245 115 103
Binary 1101011 11101100 11001100 110111 0 1110 111 10100101 1001101 1000011

Color Harmonies of #6BECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECCC

Black with #6BECCC

Text Example


Text Example

White with #6BECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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