Html Css Color HEX #83D7CA Riptide

📋 copy color: '#83D7CA'

red 131 ◦ green 215 ◦ blue 202

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

Shades of Riptide #83D7CA

Tints of Riptide #83D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.23%

 BLUE value IS 202 (79.3% from 255) = 36.86%

R = 23.91%
G = 39.23%
B = 36.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#83D7CA (or 0x83D7CA) is known color: Riptide. HEX triplet: 83, D7 and CA. RGB value is (131,215,202). Sum of RGB (Red+Green+Blue) = 131+215+202=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #83D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D7CA is #7C2835. Grayscale: #BCBCBC. Windows color (decimal): -8136758 or 13293443. OLE color: 13293443.

HSL color Cylindrical-coordinate representation of color #83D7CA: hue angle of 170.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D7CA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 215 202 -
CMYK 0.39 0 0.06 0.16
HSL 170.71º 0.51% 0.68% -
HSV(B) 170.71º 0.39% 0.84% -
XYZ 44.32 57.69 64.68 -
YUV 188.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 131 215 202 0.39 0 0.06 0.16 170.71 0.51 0.68
Hex 83 D7 CA 27 0 6 10 AB 33 44
Octal 203 327 312 47 0 6 20 253 63 104
Binary 10000011 11010111 11001010 100111 0 110 10000 10101011 110011 1000100

Color Harmonies of #83D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D7CA

Black with #83D7CA

Text Example


Text Example

White with #83D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,215,202); }

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

background-color css

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

 a { background-color: rgb(131,215,202); }

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

border-color css

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

 span { border-color: rgb(131,215,202); }

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