Html Css Color HEX #6FF5CB Aquamarine

📋 copy color: '#6FF5CB'

red 111 ◦ green 245 ◦ blue 203

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

Shades of Aquamarine #6FF5CB

Tints of Aquamarine #6FF5CB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.83%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 19.86%
G = 43.83%
B = 36.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#6FF5CB (or 0x6FF5CB) is known color: Aquamarine. HEX triplet: 6F, F5 and CB. RGB value is (111,245,203). Sum of RGB (Red+Green+Blue) = 111+245+203=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #6FF5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF5CB is #900A34. Grayscale: #C8C8C8. Windows color (decimal): -9439797 or 13366639. OLE color: 13366639.

HSL color Cylindrical-coordinate representation of color #6FF5CB: hue angle of 161.19º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF5CB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 111 245 203 -
CMYK 0.55 0 0.17 0.04
HSL 161.19º 0.87% 0.7% -
HSV(B) 161.19º 0.55% 0.96% -
XYZ 49.99 73 67.95 -
YUV 200.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 111 245 203 0.55 0 0.17 0.04 161.19 0.87 0.7
Hex 6F F5 CB 37 0 11 4 A1 57 46
Octal 157 365 313 67 0 21 4 241 127 106
Binary 1101111 11110101 11001011 110111 0 10001 100 10100001 1010111 1000110

Color Harmonies of #6FF5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF5CB

Black with #6FF5CB

Text Example


Text Example

White with #6FF5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,245,203); }

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

background-color css

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

 a { background-color: rgb(111,245,203); }

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

border-color css

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

 span { border-color: rgb(111,245,203); }

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