Html Css Color HEX #5FF5CB Aquamarine

📋 copy color: '#5FF5CB'

red 95 ◦ green 245 ◦ blue 203

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

Shades of Aquamarine #5FF5CB

Tints of Aquamarine #5FF5CB

RGB

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

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

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

R = 17.5%
G = 45.12%
B = 37.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#5FF5CB (or 0x5FF5CB) is known color: Aquamarine. HEX triplet: 5F, F5 and CB. RGB value is (95,245,203). Sum of RGB (Red+Green+Blue) = 95+245+203=543 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.50% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF5CB is #A00A34. Grayscale: #C3C3C3. Windows color (decimal): -10488373 or 13366623. OLE color: 13366623.

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

Color convert

RGB 95 245 203 -
CMYK 0.61 0 0.17 0.04
HSL 163.2º 0.88% 0.67% -
HSV(B) 163.2º 0.61% 0.96% -
XYZ 48.15 72.05 67.87 -
YUV 195.36 132.31 56.42 -
System Red Green Blue C M Y K H S L
Decimal 95 245 203 0.61 0 0.17 0.04 163.2 0.88 0.67
Hex 5F F5 CB 3D 0 11 4 A3 58 43
Octal 137 365 313 75 0 21 4 243 130 103
Binary 1011111 11110101 11001011 111101 0 10001 100 10100011 1011000 1000011

Color Harmonies of #5FF5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF5CB

Black with #5FF5CB

Text Example


Text Example

White with #5FF5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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