Html Css Color HEX #8BE5CC Riptide

📋 copy color: '#8BE5CC'

red 139 ◦ green 229 ◦ blue 204

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

Shades of Riptide #8BE5CC

Tints of Riptide #8BE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.03%

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 24.3%
G = 40.03%
B = 35.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#8BE5CC (or 0x8BE5CC) is known color: Riptide. HEX triplet: 8B, E5 and CC. RGB value is (139,229,204). Sum of RGB (Red+Green+Blue) = 139+229+204=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE5CC is #741A33. Grayscale: #C7C7C7. Windows color (decimal): -7608884 or 13428107. OLE color: 13428107.

HSL color Cylindrical-coordinate representation of color #8BE5CC: hue angle of 163.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE5CC is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 229 204 -
CMYK 0.39 0 0.11 0.10
HSL 163.33º 0.63% 0.72% -
HSV(B) 163.33º 0.39% 0.9% -
XYZ 49.57 65.89 67.23 -
YUV 199.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 139 229 204 0.39 0 0.11 0.10 163.33 0.63 0.72
Hex 8B E5 CC 27 0 B A A3 3F 48
Octal 213 345 314 47 0 13 12 243 77 110
Binary 10001011 11100101 11001100 100111 0 1011 1010 10100011 111111 1001000

Color Harmonies of #8BE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE5CC

Black with #8BE5CC

Text Example


Text Example

White with #8BE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,229,204); }

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

background-color css

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

 a { background-color: rgb(139,229,204); }

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

border-color css

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

 span { border-color: rgb(139,229,204); }

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