Html Css Color HEX #5FFBBE Aquamarine

📋 copy color: '#5FFBBE'

red 95 ◦ green 251 ◦ blue 190

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

Shades of Aquamarine #5FFBBE

Tints of Aquamarine #5FFBBE

RGB

 RED value IS 95 (37.5% from 255) = 17.72%

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

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 17.72%
G = 46.83%
B = 35.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#5FFBBE (or 0x5FFBBE) is known color: Aquamarine. HEX triplet: 5F, FB and BE. RGB value is (95,251,190). Sum of RGB (Red+Green+Blue) = 95+251+190=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBBE is #A00441. Grayscale: #C5C5C5. Windows color (decimal): -10486850 or 12516191. OLE color: 12516191.

HSL color Cylindrical-coordinate representation of color #5FFBBE: hue angle of 156.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBBE is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 251 190 -
CMYK 0.62 0 0.24 0.02
HSL 156.54º 0.95% 0.68% -
HSV(B) 156.54º 0.62% 0.98% -
XYZ 48.51 75.14 60.66 -
YUV 197.4 123.82 54.96 -
System Red Green Blue C M Y K H S L
Decimal 95 251 190 0.62 0 0.24 0.02 156.54 0.95 0.68
Hex 5F FB BE 3E 0 18 2 9D 5F 44
Octal 137 373 276 76 0 30 2 235 137 104
Binary 1011111 11111011 10111110 111110 0 11000 10 10011101 1011111 1000100

Color Harmonies of #5FFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFBBE

Black with #5FFBBE

Text Example


Text Example

White with #5FFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FFBBE; }

 p { color: rgb(95,251,190); }

 H1.HeaderClassName
 {
   color: #5FFBBE;
 }
 .AnyTagClassName
 {
   color: #5FFBBE;
 }
</style>

background-color css

<style>
 a { background-color: #5FFBBE; }

 a { background-color: rgb(95,251,190); }

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

border-color css

<style>
 span { border-color: #5FFBBE; }

 span { border-color: rgb(95,251,190); }

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