Html Css Color HEX #82DFCC Riptide

📋 copy color: '#82DFCC'

red 130 ◦ green 223 ◦ blue 204

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

Shades of Riptide #82DFCC

Tints of Riptide #82DFCC

RGB

 RED value IS 130 (51.17% from 255) = 23.34%

 GREEN value IS 223 (87.5% from 255) = 40.04%

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

R = 23.34%
G = 40.04%
B = 36.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#82DFCC (or 0x82DFCC) is known color: Riptide. HEX triplet: 82, DF and CC. RGB value is (130,223,204). Sum of RGB (Red+Green+Blue) = 130+223+204=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFCC is #7D2033. Grayscale: #C1C1C1. Windows color (decimal): -8200244 or 13426562. OLE color: 13426562.

HSL color Cylindrical-coordinate representation of color #82DFCC: hue angle of 167.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFCC is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 204 -
CMYK 0.42 0 0.09 0.13
HSL 167.74º 0.59% 0.69% -
HSV(B) 167.74º 0.42% 0.87% -
XYZ 46.49 61.88 66.62 -
YUV 193.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 130 223 204 0.42 0 0.09 0.13 167.74 0.59 0.69
Hex 82 DF CC 2A 0 9 D A8 3B 45
Octal 202 337 314 52 0 11 15 250 73 105
Binary 10000010 11011111 11001100 101010 0 1001 1101 10101000 111011 1000101

Color Harmonies of #82DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DFCC

Black with #82DFCC

Text Example


Text Example

White with #82DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82DFCC; }

 p { color: rgb(130,223,204); }

 H1.HeaderClassName
 {
   color: #82DFCC;
 }
 .AnyTagClassName
 {
   color: #82DFCC;
 }
</style>

background-color css

<style>
 a { background-color: #82DFCC; }

 a { background-color: rgb(130,223,204); }

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

border-color css

<style>
 span { border-color: #82DFCC; }

 span { border-color: rgb(130,223,204); }

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