Html Css Color HEX #82CFBC Bermuda

📋 copy color: '#82CFBC'

red 130 ◦ green 207 ◦ blue 188

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

Shades of Bermuda #82CFBC

Tints of Bermuda #82CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 24.76%
G = 39.43%
B = 35.81%

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

#82CFBC (or 0x82CFBC) is known color: Bermuda. HEX triplet: 82, CF and BC. RGB value is (130,207,188). Sum of RGB (Red+Green+Blue) = 130+207+188=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFBC is #7D3043. Grayscale: #B5B5B5. Windows color (decimal): -8204356 or 12373890. OLE color: 12373890.

HSL color Cylindrical-coordinate representation of color #82CFBC: hue angle of 165.19º degrees, saturation: 0.45, 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 #82CFBC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 207 188 -
CMYK 0.37 0 0.09 0.19
HSL 165.19º 0.45% 0.66% -
HSV(B) 165.19º 0.37% 0.81% -
XYZ 40.6 53 55.67 -
YUV 181.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 130 207 188 0.37 0 0.09 0.19 165.19 0.45 0.66
Hex 82 CF BC 25 0 9 13 A5 2D 42
Octal 202 317 274 45 0 11 23 245 55 102
Binary 10000010 11001111 10111100 100101 0 1001 10011 10100101 101101 1000010

Color Harmonies of #82CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CFBC

Black with #82CFBC

Text Example


Text Example

White with #82CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,207,188); }

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

background-color css

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

 a { background-color: rgb(130,207,188); }

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

border-color css

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

 span { border-color: rgb(130,207,188); }

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