Html Css Color HEX #6FFBCF Aquamarine

📋 copy color: '#6FFBCF'

red 111 ◦ green 251 ◦ blue 207

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

Shades of Aquamarine #6FFBCF

Tints of Aquamarine #6FFBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 19.51%
G = 44.11%
B = 36.38%

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

#6FFBCF (or 0x6FFBCF) is known color: Aquamarine. HEX triplet: 6F, FB and CF. RGB value is (111,251,207). Sum of RGB (Red+Green+Blue) = 111+251+207=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBCF is #900430. Grayscale: #CCCCCC. Windows color (decimal): -9438257 or 13630319. OLE color: 13630319.

HSL color Cylindrical-coordinate representation of color #6FFBCF: hue angle of 161.14º 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 #6FFBCF is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 251 207 -
CMYK 0.56 0 0.18 0.02
HSL 161.14º 0.95% 0.71% -
HSV(B) 161.14º 0.56% 0.98% -
XYZ 52.32 76.88 71.11 -
YUV 204.12 129.62 61.58 -
System Red Green Blue C M Y K H S L
Decimal 111 251 207 0.56 0 0.18 0.02 161.14 0.95 0.71
Hex 6F FB CF 38 0 12 2 A1 5F 47
Octal 157 373 317 70 0 22 2 241 137 107
Binary 1101111 11111011 11001111 111000 0 10010 10 10100001 1011111 1000111

Color Harmonies of #6FFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFBCF

Black with #6FFBCF

Text Example


Text Example

White with #6FFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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