Html Css Color HEX #95E6CE Riptide

📋 copy color: '#95E6CE'

red 149 ◦ green 230 ◦ blue 206

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

Shades of Riptide #95E6CE

Tints of Riptide #95E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.32%

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 25.47%
G = 39.32%
B = 35.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#95E6CE (or 0x95E6CE) is known color: Riptide. HEX triplet: 95, E6 and CE. RGB value is (149,230,206). Sum of RGB (Red+Green+Blue) = 149+230+206=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6CE is #6A1931. Grayscale: #CBCBCB. Windows color (decimal): -6953266 or 13559445. OLE color: 13559445.

HSL color Cylindrical-coordinate representation of color #95E6CE: hue angle of 162.22º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6CE is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 230 206 -
CMYK 0.35 0 0.10 0.10
HSL 162.22º 0.62% 0.74% -
HSV(B) 162.22º 0.35% 0.9% -
XYZ 51.83 67.44 68.68 -
YUV 203.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 149 230 206 0.35 0 0.10 0.10 162.22 0.62 0.74
Hex 95 E6 CE 23 0 A A A2 3E 4A
Octal 225 346 316 43 0 12 12 242 76 112
Binary 10010101 11100110 11001110 100011 0 1010 1010 10100010 111110 1001010

Color Harmonies of #95E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E6CE

Black with #95E6CE

Text Example


Text Example

White with #95E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,230,206); }

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

background-color css

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

 a { background-color: rgb(149,230,206); }

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

border-color css

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

 span { border-color: rgb(149,230,206); }

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