Html Css Color HEX #72FCCB Aquamarine

📋 copy color: '#72FCCB'

red 114 ◦ green 252 ◦ blue 203

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

Shades of Aquamarine #72FCCB

Tints of Aquamarine #72FCCB

RGB

 RED value IS 114 (44.92% from 255) = 20.04%

 GREEN value IS 252 (98.83% from 255) = 44.29%

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

R = 20.04%
G = 44.29%
B = 35.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#72FCCB (or 0x72FCCB) is known color: Aquamarine. HEX triplet: 72, FC and CB. RGB value is (114,252,203). Sum of RGB (Red+Green+Blue) = 114+252+203=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FCCB is #8D0334. Grayscale: #CDCDCD. Windows color (decimal): -9241397 or 13368434. OLE color: 13368434.

HSL color Cylindrical-coordinate representation of color #72FCCB: hue angle of 158.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FCCB is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 252 203 -
CMYK 0.55 0 0.19 0.01
HSL 158.7º 0.96% 0.72% -
HSV(B) 158.7º 0.55% 0.99% -
XYZ 52.53 77.51 68.69 -
YUV 205.15 126.78 62.98 -
System Red Green Blue C M Y K H S L
Decimal 114 252 203 0.55 0 0.19 0.01 158.7 0.96 0.72
Hex 72 FC CB 37 0 13 1 9F 60 48
Octal 162 374 313 67 0 23 1 237 140 110
Binary 1110010 11111100 11001011 110111 0 10011 1 10011111 1100000 1001000

Color Harmonies of #72FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FCCB

Black with #72FCCB

Text Example


Text Example

White with #72FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72FCCB; }

 p { color: rgb(114,252,203); }

 H1.HeaderClassName
 {
   color: #72FCCB;
 }
 .AnyTagClassName
 {
   color: #72FCCB;
 }
</style>

background-color css

<style>
 a { background-color: #72FCCB; }

 a { background-color: rgb(114,252,203); }

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

border-color css

<style>
 span { border-color: #72FCCB; }

 span { border-color: rgb(114,252,203); }

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