Html Css Color HEX #82CABB Bermuda

📋 copy color: '#82CABB'

red 130 ◦ green 202 ◦ blue 187

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

Shades of Bermuda #82CABB

Tints of Bermuda #82CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.92%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 25.05%
G = 38.92%
B = 36.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#82CABB (or 0x82CABB) is known color: Bermuda. HEX triplet: 82, CA and BB. RGB value is (130,202,187). Sum of RGB (Red+Green+Blue) = 130+202+187=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #82CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CABB is #7D3544. Grayscale: #B2B2B2. Windows color (decimal): -8205637 or 12307074. OLE color: 12307074.

HSL color Cylindrical-coordinate representation of color #82CABB: hue angle of 167.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CABB is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 187 -
CMYK 0.36 0 0.07 0.21
HSL 167.5º 0.4% 0.65% -
HSV(B) 167.5º 0.36% 0.79% -
XYZ 39.3 50.57 54.7 -
YUV 178.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 130 202 187 0.36 0 0.07 0.21 167.5 0.4 0.65
Hex 82 CA BB 24 0 7 15 A8 28 41
Octal 202 312 273 44 0 7 25 250 50 101
Binary 10000010 11001010 10111011 100100 0 111 10101 10101000 101000 1000001

Color Harmonies of #82CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CABB

Black with #82CABB

Text Example


Text Example

White with #82CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,187); }

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

background-color css

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

 a { background-color: rgb(130,202,187); }

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

border-color css

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

 span { border-color: rgb(130,202,187); }

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