Html Css Color HEX #6AFBC8 Aquamarine

📋 copy color: '#6AFBC8'

red 106 ◦ green 251 ◦ blue 200

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

Shades of Aquamarine #6AFBC8

Tints of Aquamarine #6AFBC8

RGB

 RED value IS 106 (41.8% from 255) = 19.03%

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

 BLUE value IS 200 (78.52% from 255) = 35.91%

R = 19.03%
G = 45.06%
B = 35.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#6AFBC8 (or 0x6AFBC8) is known color: Aquamarine. HEX triplet: 6A, FB and C8. RGB value is (106,251,200). Sum of RGB (Red+Green+Blue) = 106+251+200=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBC8 is #950437. Grayscale: #C9C9C9. Windows color (decimal): -9765944 or 13171562. OLE color: 13171562.

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

Color convert

RGB 106 251 200 -
CMYK 0.58 0 0.20 0.02
HSL 158.9º 0.95% 0.7% -
HSV(B) 158.9º 0.58% 0.98% -
XYZ 50.87 76.23 66.68 -
YUV 201.83 126.96 59.65 -
System Red Green Blue C M Y K H S L
Decimal 106 251 200 0.58 0 0.20 0.02 158.9 0.95 0.7
Hex 6A FB C8 3A 0 14 2 9F 5F 46
Octal 152 373 310 72 0 24 2 237 137 106
Binary 1101010 11111011 11001000 111010 0 10100 10 10011111 1011111 1000110

Color Harmonies of #6AFBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBC8

Black with #6AFBC8

Text Example


Text Example

White with #6AFBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,251,200); }

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

background-color css

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

 a { background-color: rgb(106,251,200); }

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

border-color css

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

 span { border-color: rgb(106,251,200); }

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