Html Css Color HEX #95FCDB Aquamarine

📋 copy color: '#95FCDB'

red 149 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #95FCDB

Tints of Aquamarine #95FCDB

RGB

 RED value IS 149 (58.59% from 255) = 24.03%

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

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

R = 24.03%
G = 40.65%
B = 35.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#95FCDB (or 0x95FCDB) is known color: Aquamarine. HEX triplet: 95, FC and DB. RGB value is (149,252,219). Sum of RGB (Red+Green+Blue) = 149+252+219=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCDB is #6A0324. Grayscale: #D9D9D9. Windows color (decimal): -6947621 or 14417045. OLE color: 14417045.

HSL color Cylindrical-coordinate representation of color #95FCDB: hue angle of 160.78º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCDB is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 252 219 -
CMYK 0.41 0 0.13 0.01
HSL 160.78º 0.94% 0.79% -
HSV(B) 160.78º 0.41% 0.99% -
XYZ 59.99 81.12 79.51 -
YUV 217.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 149 252 219 0.41 0 0.13 0.01 160.78 0.94 0.79
Hex 95 FC DB 29 0 D 1 A1 5E 4F
Octal 225 374 333 51 0 15 1 241 136 117
Binary 10010101 11111100 11011011 101001 0 1101 1 10100001 1011110 1001111

Color Harmonies of #95FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FCDB

Black with #95FCDB

Text Example


Text Example

White with #95FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FCDB; }

 p { color: rgb(149,252,219); }

 H1.HeaderClassName
 {
   color: #95FCDB;
 }
 .AnyTagClassName
 {
   color: #95FCDB;
 }
</style>

background-color css

<style>
 a { background-color: #95FCDB; }

 a { background-color: rgb(149,252,219); }

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

border-color css

<style>
 span { border-color: #95FCDB; }

 span { border-color: rgb(149,252,219); }

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