Html Css Color HEX #95E0D2 Riptide

📋 copy color: '#95E0D2'

red 149 ◦ green 224 ◦ blue 210

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

Shades of Riptide #95E0D2

Tints of Riptide #95E0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.42%

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

R = 25.56%
G = 38.42%
B = 36.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#95E0D2 (or 0x95E0D2) is known color: Riptide. HEX triplet: 95, E0 and D2. RGB value is (149,224,210). Sum of RGB (Red+Green+Blue) = 149+224+210=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0D2 is #6A1F2D. Grayscale: #C7C7C7. Windows color (decimal): -6954798 or 13820053. OLE color: 13820053.

HSL color Cylindrical-coordinate representation of color #95E0D2: hue angle of 168.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0D2 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 210 -
CMYK 0.33 0 0.06 0.12
HSL 168.8º 0.55% 0.73% -
HSV(B) 168.8º 0.33% 0.88% -
XYZ 50.68 64.35 70.72 -
YUV 199.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 149 224 210 0.33 0 0.06 0.12 168.8 0.55 0.73
Hex 95 E0 D2 21 0 6 C A9 37 49
Octal 225 340 322 41 0 6 14 251 67 111
Binary 10010101 11100000 11010010 100001 0 110 1100 10101001 110111 1001001

Color Harmonies of #95E0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0D2

Black with #95E0D2

Text Example


Text Example

White with #95E0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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