Html Css Color HEX #5CF9CC Aquamarine

📋 copy color: '#5CF9CC'

red 92 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #5CF9CC

Tints of Aquamarine #5CF9CC

RGB

 RED value IS 92 (36.33% from 255) = 16.88%

 GREEN value IS 249 (97.66% from 255) = 45.69%

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 16.88%
G = 45.69%
B = 37.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#5CF9CC (or 0x5CF9CC) is known color: Aquamarine. HEX triplet: 5C, F9 and CC. RGB value is (92,249,204). Sum of RGB (Red+Green+Blue) = 92+249+204=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF9CC is #A30633. Grayscale: #C4C4C4. Windows color (decimal): -10683956 or 13433180. OLE color: 13433180.

HSL color Cylindrical-coordinate representation of color #5CF9CC: hue angle of 162.8º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF9CC is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 249 204 -
CMYK 0.63 0 0.18 0.02
HSL 162.8º 0.93% 0.67% -
HSV(B) 162.8º 0.63% 0.98% -
XYZ 49.19 74.39 68.89 -
YUV 196.93 131.99 53.16 -
System Red Green Blue C M Y K H S L
Decimal 92 249 204 0.63 0 0.18 0.02 162.8 0.93 0.67
Hex 5C F9 CC 3F 0 12 2 A3 5D 43
Octal 134 371 314 77 0 22 2 243 135 103
Binary 1011100 11111001 11001100 111111 0 10010 10 10100011 1011101 1000011

Color Harmonies of #5CF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF9CC

Black with #5CF9CC

Text Example


Text Example

White with #5CF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,249,204); }

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

background-color css

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

 a { background-color: rgb(92,249,204); }

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

border-color css

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

 span { border-color: rgb(92,249,204); }

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