Html Css Color HEX #8BE1C9 Riptide

📋 copy color: '#8BE1C9'

red 139 ◦ green 225 ◦ blue 201

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

Shades of Riptide #8BE1C9

Tints of Riptide #8BE1C9

RGB

 RED value IS 139 (54.69% from 255) = 24.6%

 GREEN value IS 225 (88.28% from 255) = 39.82%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 24.6%
G = 39.82%
B = 35.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#8BE1C9 (or 0x8BE1C9) is known color: Riptide. HEX triplet: 8B, E1 and C9. RGB value is (139,225,201). Sum of RGB (Red+Green+Blue) = 139+225+201=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1C9 is #741E36. Grayscale: #C4C4C4. Windows color (decimal): -7609911 or 13230475. OLE color: 13230475.

HSL color Cylindrical-coordinate representation of color #8BE1C9: hue angle of 163.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1C9 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 225 201 -
CMYK 0.38 0 0.11 0.12
HSL 163.26º 0.59% 0.71% -
HSV(B) 163.26º 0.38% 0.88% -
XYZ 48.12 63.56 64.99 -
YUV 196.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 139 225 201 0.38 0 0.11 0.12 163.26 0.59 0.71
Hex 8B E1 C9 26 0 B C A3 3B 47
Octal 213 341 311 46 0 13 14 243 73 107
Binary 10001011 11100001 11001001 100110 0 1011 1100 10100011 111011 1000111

Color Harmonies of #8BE1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE1C9

Black with #8BE1C9

Text Example


Text Example

White with #8BE1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BE1C9; }

 p { color: rgb(139,225,201); }

 H1.HeaderClassName
 {
   color: #8BE1C9;
 }
 .AnyTagClassName
 {
   color: #8BE1C9;
 }
</style>

background-color css

<style>
 a { background-color: #8BE1C9; }

 a { background-color: rgb(139,225,201); }

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

border-color css

<style>
 span { border-color: #8BE1C9; }

 span { border-color: rgb(139,225,201); }

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