Html Css Color HEX #6FFBCD Aquamarine

📋 copy color: '#6FFBCD'

red 111 ◦ green 251 ◦ blue 205

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

Shades of Aquamarine #6FFBCD

Tints of Aquamarine #6FFBCD

RGB

 RED value IS 111 (43.75% from 255) = 19.58%

 GREEN value IS 251 (98.44% from 255) = 44.27%

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 19.58%
G = 44.27%
B = 36.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#6FFBCD (or 0x6FFBCD) is known color: Aquamarine. HEX triplet: 6F, FB and CD. RGB value is (111,251,205). Sum of RGB (Red+Green+Blue) = 111+251+205=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBCD is #900432. Grayscale: #CBCBCB. Windows color (decimal): -9438259 or 13499247. OLE color: 13499247.

HSL color Cylindrical-coordinate representation of color #6FFBCD: hue angle of 160.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBCD is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 251 205 -
CMYK 0.56 0 0.18 0.02
HSL 160.29º 0.95% 0.71% -
HSV(B) 160.29º 0.56% 0.98% -
XYZ 52.07 76.78 69.83 -
YUV 203.9 128.62 61.74 -
System Red Green Blue C M Y K H S L
Decimal 111 251 205 0.56 0 0.18 0.02 160.29 0.95 0.71
Hex 6F FB CD 38 0 12 2 A0 5F 47
Octal 157 373 315 70 0 22 2 240 137 107
Binary 1101111 11111011 11001101 111000 0 10010 10 10100000 1011111 1000111

Color Harmonies of #6FFBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFBCD

Black with #6FFBCD

Text Example


Text Example

White with #6FFBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,251,205); }

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

background-color css

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

 a { background-color: rgb(111,251,205); }

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

border-color css

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

 span { border-color: rgb(111,251,205); }

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