Html Css Color HEX #83DEC2 Riptide

📋 copy color: '#83DEC2'

red 131 ◦ green 222 ◦ blue 194

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

Shades of Riptide #83DEC2

Tints of Riptide #83DEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 23.95%
G = 40.59%
B = 35.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#83DEC2 (or 0x83DEC2) is known color: Riptide. HEX triplet: 83, DE and C2. RGB value is (131,222,194). Sum of RGB (Red+Green+Blue) = 131+222+194=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DEC2 is #7C213D. Grayscale: #BFBFBF. Windows color (decimal): -8134974 or 12770947. OLE color: 12770947.

HSL color Cylindrical-coordinate representation of color #83DEC2: hue angle of 161.54º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DEC2 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 222 194 -
CMYK 0.41 0 0.13 0.13
HSL 161.54º 0.58% 0.69% -
HSV(B) 161.54º 0.41% 0.87% -
XYZ 45.22 60.96 60.42 -
YUV 191.6 129.35 84.78 -
System Red Green Blue C M Y K H S L
Decimal 131 222 194 0.41 0 0.13 0.13 161.54 0.58 0.69
Hex 83 DE C2 29 0 D D A2 3A 45
Octal 203 336 302 51 0 15 15 242 72 105
Binary 10000011 11011110 11000010 101001 0 1101 1101 10100010 111010 1000101

Color Harmonies of #83DEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DEC2

Black with #83DEC2

Text Example


Text Example

White with #83DEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,222,194); }

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

background-color css

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

 a { background-color: rgb(131,222,194); }

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

border-color css

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

 span { border-color: rgb(131,222,194); }

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