Html Css Color HEX #95EAD2 Riptide

📋 copy color: '#95EAD2'

red 149 ◦ green 234 ◦ blue 210

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

Shades of Riptide #95EAD2

Tints of Riptide #95EAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.46%

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 25.13%
G = 39.46%
B = 35.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#95EAD2 (or 0x95EAD2) is known color: Riptide. HEX triplet: 95, EA and D2. RGB value is (149,234,210). Sum of RGB (Red+Green+Blue) = 149+234+210=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAD2 is #6A152D. Grayscale: #CDCDCD. Windows color (decimal): -6952238 or 13822613. OLE color: 13822613.

HSL color Cylindrical-coordinate representation of color #95EAD2: hue angle of 163.06º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAD2 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 210 -
CMYK 0.36 0 0.10 0.08
HSL 163.06º 0.67% 0.75% -
HSV(B) 163.06º 0.36% 0.92% -
XYZ 53.45 69.89 71.65 -
YUV 205.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 149 234 210 0.36 0 0.10 0.08 163.06 0.67 0.75
Hex 95 EA D2 24 0 A 8 A3 43 4B
Octal 225 352 322 44 0 12 10 243 103 113
Binary 10010101 11101010 11010010 100100 0 1010 1000 10100011 1000011 1001011

Color Harmonies of #95EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAD2

Black with #95EAD2

Text Example


Text Example

White with #95EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,234,210); }

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

background-color css

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

 a { background-color: rgb(149,234,210); }

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

border-color css

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

 span { border-color: rgb(149,234,210); }

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