Html Css Color HEX #72FFCB Aquamarine

📋 copy color: '#72FFCB'

red 114 ◦ green 255 ◦ blue 203

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

Shades of Aquamarine #72FFCB

Tints of Aquamarine #72FFCB

RGB

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

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

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

R = 19.93%
G = 44.58%
B = 35.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#72FFCB (or 0x72FFCB) is known color: Aquamarine. HEX triplet: 72, FF and CB. RGB value is (114,255,203). Sum of RGB (Red+Green+Blue) = 114+255+203=572 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.93% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFCB is #8D0034. Grayscale: #CECECE. Windows color (decimal): -9240629 or 13369202. OLE color: 13369202.

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

Color convert

RGB 114 255 203 -
CMYK 0.55 0 0.20 0
HSL 157.87º 1% 0.72% -
HSV(B) 157.87º 0.55% 1% -
XYZ 53.48 79.41 69.01 -
YUV 206.91 125.79 61.73 -
System Red Green Blue C M Y K H S L
Decimal 114 255 203 0.55 0 0.20 0 157.87 1 0.72
Hex 72 FF CB 37 0 14 0 9E 64 48
Octal 162 377 313 67 0 24 0 236 144 110
Binary 1110010 11111111 11001011 110111 0 10100 0 10011110 1100100 1001000

Color Harmonies of #72FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFCB

Black with #72FFCB

Text Example


Text Example

White with #72FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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