Html Css Color HEX #8FDDD4 Riptide

📋 copy color: '#8FDDD4'

red 143 ◦ green 221 ◦ blue 212

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

Shades of Riptide #8FDDD4

Tints of Riptide #8FDDD4

RGB

 RED value IS 143 (56.25% from 255) = 24.83%

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 24.83%
G = 38.37%
B = 36.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#8FDDD4 (or 0x8FDDD4) is known color: Riptide. HEX triplet: 8F, DD and D4. RGB value is (143,221,212). Sum of RGB (Red+Green+Blue) = 143+221+212=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDD4 is #70222B. Grayscale: #C4C4C4. Windows color (decimal): -7348780 or 13950351. OLE color: 13950351.

HSL color Cylindrical-coordinate representation of color #8FDDD4: hue angle of 173.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDD4 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 212 -
CMYK 0.35 0 0.04 0.13
HSL 173.08º 0.53% 0.71% -
HSV(B) 173.08º 0.35% 0.87% -
XYZ 49.07 62.31 71.73 -
YUV 196.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 143 221 212 0.35 0 0.04 0.13 173.08 0.53 0.71
Hex 8F DD D4 23 0 4 D AD 35 47
Octal 217 335 324 43 0 4 15 255 65 107
Binary 10001111 11011101 11010100 100011 0 100 1101 10101101 110101 1000111

Color Harmonies of #8FDDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDDD4

Black with #8FDDD4

Text Example


Text Example

White with #8FDDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,221,212); }

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

background-color css

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

 a { background-color: rgb(143,221,212); }

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

border-color css

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

 span { border-color: rgb(143,221,212); }

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