Html Css Color HEX #6BFCB4 Aquamarine

📋 copy color: '#6BFCB4'

red 107 ◦ green 252 ◦ blue 180

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

Shades of Aquamarine #6BFCB4

Tints of Aquamarine #6BFCB4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 19.85%
G = 46.75%
B = 33.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#6BFCB4 (or 0x6BFCB4) is known color: Aquamarine. HEX triplet: 6B, FC and B4. RGB value is (107,252,180). Sum of RGB (Red+Green+Blue) = 107+252+180=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCB4 is #94034B. Grayscale: #C8C8C8. Windows color (decimal): -9700172 or 11861099. OLE color: 11861099.

HSL color Cylindrical-coordinate representation of color #6BFCB4: hue angle of 150.21º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCB4 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 180 -
CMYK 0.58 0 0.29 0.01
HSL 150.21º 0.96% 0.7% -
HSV(B) 150.21º 0.58% 0.99% -
XYZ 49.11 76.04 55.27 -
YUV 200.44 116.46 61.35 -
System Red Green Blue C M Y K H S L
Decimal 107 252 180 0.58 0 0.29 0.01 150.21 0.96 0.7
Hex 6B FC B4 3A 0 1D 1 96 60 46
Octal 153 374 264 72 0 35 1 226 140 106
Binary 1101011 11111100 10110100 111010 0 11101 1 10010110 1100000 1000110

Color Harmonies of #6BFCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCB4

Black with #6BFCB4

Text Example


Text Example

White with #6BFCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,252,180); }

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

background-color css

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

 a { background-color: rgb(107,252,180); }

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

border-color css

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

 span { border-color: rgb(107,252,180); }

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