Html Css Color HEX #6BF9CA Aquamarine

📋 copy color: '#6BF9CA'

red 107 ◦ green 249 ◦ blue 202

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

Shades of Aquamarine #6BF9CA

Tints of Aquamarine #6BF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.62%

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 19.18%
G = 44.62%
B = 36.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#6BF9CA (or 0x6BF9CA) is known color: Aquamarine. HEX triplet: 6B, F9 and CA. RGB value is (107,249,202). Sum of RGB (Red+Green+Blue) = 107+249+202=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF9CA is #940635. Grayscale: #C9C9C9. Windows color (decimal): -9700918 or 13302123. OLE color: 13302123.

HSL color Cylindrical-coordinate representation of color #6BF9CA: hue angle of 160.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF9CA is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 249 202 -
CMYK 0.57 0 0.19 0.02
HSL 160.14º 0.92% 0.7% -
HSV(B) 160.14º 0.57% 0.98% -
XYZ 50.6 75.14 67.71 -
YUV 201.18 128.46 60.82 -
System Red Green Blue C M Y K H S L
Decimal 107 249 202 0.57 0 0.19 0.02 160.14 0.92 0.7
Hex 6B F9 CA 39 0 13 2 A0 5C 46
Octal 153 371 312 71 0 23 2 240 134 106
Binary 1101011 11111001 11001010 111001 0 10011 10 10100000 1011100 1000110

Color Harmonies of #6BF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF9CA

Black with #6BF9CA

Text Example


Text Example

White with #6BF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,249,202); }

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

background-color css

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

 a { background-color: rgb(107,249,202); }

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

border-color css

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

 span { border-color: rgb(107,249,202); }

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