Html Css Color HEX #75FBDB Aquamarine

📋 copy color: '#75FBDB'

red 117 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #75FBDB

Tints of Aquamarine #75FBDB

RGB

 RED value IS 117 (46.09% from 255) = 19.93%

 GREEN value IS 251 (98.44% from 255) = 42.76%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 19.93%
G = 42.76%
B = 37.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#75FBDB (or 0x75FBDB) is known color: Aquamarine. HEX triplet: 75, FB and DB. RGB value is (117,251,219). Sum of RGB (Red+Green+Blue) = 117+251+219=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FBDB is #8A0424. Grayscale: #CFCFCF. Windows color (decimal): -9045029 or 14416757. OLE color: 14416757.

HSL color Cylindrical-coordinate representation of color #75FBDB: hue angle of 165.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBDB is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 251 219 -
CMYK 0.53 0 0.13 0.02
HSL 165.67º 0.94% 0.72% -
HSV(B) 165.67º 0.53% 0.98% -
XYZ 54.62 77.89 79.17 -
YUV 207.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 117 251 219 0.53 0 0.13 0.02 165.67 0.94 0.72
Hex 75 FB DB 35 0 D 2 A6 5E 48
Octal 165 373 333 65 0 15 2 246 136 110
Binary 1110101 11111011 11011011 110101 0 1101 10 10100110 1011110 1001000

Color Harmonies of #75FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FBDB

Black with #75FBDB

Text Example


Text Example

White with #75FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FBDB; }

 p { color: rgb(117,251,219); }

 H1.HeaderClassName
 {
   color: #75FBDB;
 }
 .AnyTagClassName
 {
   color: #75FBDB;
 }
</style>

background-color css

<style>
 a { background-color: #75FBDB; }

 a { background-color: rgb(117,251,219); }

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

border-color css

<style>
 span { border-color: #75FBDB; }

 span { border-color: rgb(117,251,219); }

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