Html Css Color HEX #83D4CB Riptide

📋 copy color: '#83D4CB'

red 131 ◦ green 212 ◦ blue 203

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

Shades of Riptide #83D4CB

Tints of Riptide #83D4CB

RGB

 RED value IS 131 (51.56% from 255) = 23.99%

 GREEN value IS 212 (83.2% from 255) = 38.83%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 23.99%
G = 38.83%
B = 37.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#83D4CB (or 0x83D4CB) is known color: Riptide. HEX triplet: 83, D4 and CB. RGB value is (131,212,203). Sum of RGB (Red+Green+Blue) = 131+212+203=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #83D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D4CB is #7C2B34. Grayscale: #BABABA. Windows color (decimal): -8137525 or 13358211. OLE color: 13358211.

HSL color Cylindrical-coordinate representation of color #83D4CB: hue angle of 173.33º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D4CB is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 212 203 -
CMYK 0.38 0 0.04 0.17
HSL 173.33º 0.49% 0.67% -
HSV(B) 173.33º 0.38% 0.83% -
XYZ 43.68 56.22 65.05 -
YUV 186.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 131 212 203 0.38 0 0.04 0.17 173.33 0.49 0.67
Hex 83 D4 CB 26 0 4 11 AD 31 43
Octal 203 324 313 46 0 4 21 255 61 103
Binary 10000011 11010100 11001011 100110 0 100 10001 10101101 110001 1000011

Color Harmonies of #83D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D4CB

Black with #83D4CB

Text Example


Text Example

White with #83D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83D4CB; }

 p { color: rgb(131,212,203); }

 H1.HeaderClassName
 {
   color: #83D4CB;
 }
 .AnyTagClassName
 {
   color: #83D4CB;
 }
</style>

background-color css

<style>
 a { background-color: #83D4CB; }

 a { background-color: rgb(131,212,203); }

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

border-color css

<style>
 span { border-color: #83D4CB; }

 span { border-color: rgb(131,212,203); }

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