Html Css Color HEX #6FEDCB Aquamarine

📋 copy color: '#6FEDCB'

red 111 ◦ green 237 ◦ blue 203

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

Shades of Aquamarine #6FEDCB

Tints of Aquamarine #6FEDCB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.01%

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

R = 20.15%
G = 43.01%
B = 36.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#6FEDCB (or 0x6FEDCB) is known color: Aquamarine. HEX triplet: 6F, ED and CB. RGB value is (111,237,203). Sum of RGB (Red+Green+Blue) = 111+237+203=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDCB is #901234. Grayscale: #C3C3C3. Windows color (decimal): -9441845 or 13364591. OLE color: 13364591.

HSL color Cylindrical-coordinate representation of color #6FEDCB: hue angle of 163.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDCB is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 237 203 -
CMYK 0.53 0 0.14 0.07
HSL 163.81º 0.78% 0.68% -
HSV(B) 163.81º 0.53% 0.93% -
XYZ 47.62 68.26 67.17 -
YUV 195.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 111 237 203 0.53 0 0.14 0.07 163.81 0.78 0.68
Hex 6F ED CB 35 0 E 7 A4 4E 44
Octal 157 355 313 65 0 16 7 244 116 104
Binary 1101111 11101101 11001011 110101 0 1110 111 10100100 1001110 1000100

Color Harmonies of #6FEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDCB

Black with #6FEDCB

Text Example


Text Example

White with #6FEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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