Html Css Color HEX #71FFC4 Aquamarine

📋 copy color: '#71FFC4'

red 113 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #71FFC4

Tints of Aquamarine #71FFC4

RGB

 RED value IS 113 (44.53% from 255) = 20.04%

 GREEN value IS 255 (100% from 255) = 45.21%

 BLUE value IS 196 (76.95% from 255) = 34.75%

R = 20.04%
G = 45.21%
B = 34.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#71FFC4 (or 0x71FFC4) is known color: Aquamarine. HEX triplet: 71, FF and C4. RGB value is (113,255,196). Sum of RGB (Red+Green+Blue) = 113+255+196=564 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.04% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFC4 is #8E003B. Grayscale: #CDCDCD. Windows color (decimal): -9306172 or 12910449. OLE color: 12910449.

HSL color Cylindrical-coordinate representation of color #71FFC4: hue angle of 155.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFC4 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 113 255 196 -
CMYK 0.56 0 0.23 0
HSL 155.07º 1% 0.72% -
HSV(B) 155.07º 0.56% 1% -
XYZ 52.53 79.02 64.71 -
YUV 205.82 122.46 61.8 -
System Red Green Blue C M Y K H S L
Decimal 113 255 196 0.56 0 0.23 0 155.07 1 0.72
Hex 71 FF C4 38 0 17 0 9B 64 48
Octal 161 377 304 70 0 27 0 233 144 110
Binary 1110001 11111111 11000100 111000 0 10111 0 10011011 1100100 1001000

Color Harmonies of #71FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FFC4

Black with #71FFC4

Text Example


Text Example

White with #71FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71FFC4; }

 p { color: rgb(113,255,196); }

 H1.HeaderClassName
 {
   color: #71FFC4;
 }
 .AnyTagClassName
 {
   color: #71FFC4;
 }
</style>

background-color css

<style>
 a { background-color: #71FFC4; }

 a { background-color: rgb(113,255,196); }

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

border-color css

<style>
 span { border-color: #71FFC4; }

 span { border-color: rgb(113,255,196); }

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