Html Css Color HEX #5FF8CB Aquamarine

📋 copy color: '#5FF8CB'

red 95 ◦ green 248 ◦ blue 203

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

Shades of Aquamarine #5FF8CB

Tints of Aquamarine #5FF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

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

R = 17.4%
G = 45.42%
B = 37.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#5FF8CB (or 0x5FF8CB) is known color: Aquamarine. HEX triplet: 5F, F8 and CB. RGB value is (95,248,203). Sum of RGB (Red+Green+Blue) = 95+248+203=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF8CB is #A00734. Grayscale: #C5C5C5. Windows color (decimal): -10487605 or 13367391. OLE color: 13367391.

HSL color Cylindrical-coordinate representation of color #5FF8CB: hue angle of 162.35º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF8CB is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 95 248 203 -
CMYK 0.62 0 0.18 0.03
HSL 162.35º 0.92% 0.67% -
HSV(B) 162.35º 0.62% 0.97% -
XYZ 49.07 73.88 68.17 -
YUV 197.12 131.31 55.16 -
System Red Green Blue C M Y K H S L
Decimal 95 248 203 0.62 0 0.18 0.03 162.35 0.92 0.67
Hex 5F F8 CB 3E 0 12 3 A2 5C 43
Octal 137 370 313 76 0 22 3 242 134 103
Binary 1011111 11111000 11001011 111110 0 10010 11 10100010 1011100 1000011

Color Harmonies of #5FF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF8CB

Black with #5FF8CB

Text Example


Text Example

White with #5FF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,248,203); }

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

background-color css

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

 a { background-color: rgb(95,248,203); }

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

border-color css

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

 span { border-color: rgb(95,248,203); }

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