Html Css Color HEX #82CEBB Bermuda

📋 copy color: '#82CEBB'

red 130 ◦ green 206 ◦ blue 187

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

Shades of Bermuda #82CEBB

Tints of Bermuda #82CEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.39%

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

R = 24.86%
G = 39.39%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#82CEBB (or 0x82CEBB) is known color: Bermuda. HEX triplet: 82, CE and BB. RGB value is (130,206,187). Sum of RGB (Red+Green+Blue) = 130+206+187=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEBB is #7D3144. Grayscale: #B5B5B5. Windows color (decimal): -8204613 or 12308098. OLE color: 12308098.

HSL color Cylindrical-coordinate representation of color #82CEBB: hue angle of 165º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEBB is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 187 -
CMYK 0.37 0 0.09 0.19
HSL 165º 0.44% 0.66% -
HSV(B) 165º 0.37% 0.81% -
XYZ 40.25 52.48 55.02 -
YUV 181.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 130 206 187 0.37 0 0.09 0.19 165 0.44 0.66
Hex 82 CE BB 25 0 9 13 A5 2C 42
Octal 202 316 273 45 0 11 23 245 54 102
Binary 10000010 11001110 10111011 100101 0 1001 10011 10100101 101100 1000010

Color Harmonies of #82CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CEBB

Black with #82CEBB

Text Example


Text Example

White with #82CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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