Html Css Color HEX #95DFCA Riptide

📋 copy color: '#95DFCA'

red 149 ◦ green 223 ◦ blue 202

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

Shades of Riptide #95DFCA

Tints of Riptide #95DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 25.96%
G = 38.85%
B = 35.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#95DFCA (or 0x95DFCA) is known color: Riptide. HEX triplet: 95, DF and CA. RGB value is (149,223,202). Sum of RGB (Red+Green+Blue) = 149+223+202=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DFCA is #6A2035. Grayscale: #C6C6C6. Windows color (decimal): -6955062 or 13295509. OLE color: 13295509.

HSL color Cylindrical-coordinate representation of color #95DFCA: hue angle of 162.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFCA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 202 -
CMYK 0.33 0 0.09 0.13
HSL 162.97º 0.54% 0.73% -
HSV(B) 162.97º 0.33% 0.87% -
XYZ 49.44 63.43 65.51 -
YUV 198.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 149 223 202 0.33 0 0.09 0.13 162.97 0.54 0.73
Hex 95 DF CA 21 0 9 D A3 36 49
Octal 225 337 312 41 0 11 15 243 66 111
Binary 10010101 11011111 11001010 100001 0 1001 1101 10100011 110110 1001001

Color Harmonies of #95DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFCA

Black with #95DFCA

Text Example


Text Example

White with #95DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,202); }

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

background-color css

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

 a { background-color: rgb(149,223,202); }

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

border-color css

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

 span { border-color: rgb(149,223,202); }

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