Html Css Color HEX #83CAC1 Bermuda

📋 copy color: '#83CAC1'

red 131 ◦ green 202 ◦ blue 193

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

Shades of Bermuda #83CAC1

Tints of Bermuda #83CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 24.9%
G = 38.4%
B = 36.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#83CAC1 (or 0x83CAC1) is known color: Bermuda. HEX triplet: 83, CA and C1. RGB value is (131,202,193). Sum of RGB (Red+Green+Blue) = 131+202+193=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #83CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CAC1 is #7C353E. Grayscale: #B3B3B3. Windows color (decimal): -8140095 or 12700291. OLE color: 12700291.

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

Color convert

RGB 131 202 193 -
CMYK 0.35 0 0.04 0.21
HSL 172.39º 0.4% 0.65% -
HSV(B) 172.39º 0.35% 0.79% -
XYZ 40.11 50.92 58.17 -
YUV 179.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 131 202 193 0.35 0 0.04 0.21 172.39 0.4 0.65
Hex 83 CA C1 23 0 4 15 AC 28 41
Octal 203 312 301 43 0 4 25 254 50 101
Binary 10000011 11001010 11000001 100011 0 100 10101 10101100 101000 1000001

Color Harmonies of #83CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CAC1

Black with #83CAC1

Text Example


Text Example

White with #83CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,202,193); }

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

background-color css

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

 a { background-color: rgb(131,202,193); }

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

border-color css

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

 span { border-color: rgb(131,202,193); }

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